Try building without postgis.input

This commit is contained in:
Artem Pavlenko 2021-03-10 12:22:14 +00:00
parent f5d911968f
commit 5d5cc3a5db

View file

@ -62,14 +62,14 @@ install:
- export PATH=${PREFIX}/bin:$(pwd)/mason_packages/.link/bin:${PATH}
- export COVERAGE=${COVERAGE:-false}
- export BENCH=${BENCH:-false}
- on 'osx' export DATA_PATH=$(brew --prefix)/var/postgres
- on 'osx' rm -rf ${DATA_PATH}
- on 'osx' initdb ${DATA_PATH} -E utf8
- on 'osx' pg_ctl -w start -l postgres.log --pgdata ${DATA_PATH};
- on 'osx' cat postgres.log;
- on 'osx' createuser -s postgres
- psql -c 'create database template_postgis;' -U postgres
- psql -c 'create extension postgis;' -d template_postgis -U postgres
#- on 'osx' export DATA_PATH=$(brew --prefix)/var/postgres
#- on 'osx' rm -rf ${DATA_PATH}
#- on 'osx' initdb ${DATA_PATH} -E utf8
#- on 'osx' pg_ctl -w start -l postgres.log --pgdata ${DATA_PATH};
#- on 'osx' cat postgres.log;
#- on 'osx' createuser -s postgres
#- psql -c 'create database template_postgis;' -U postgres
#- psql -c 'create extension postgis;' -d template_postgis -U postgres
- enabled ${COVERAGE} curl -S -f https://codecov.io/bash -o codecov
- enabled ${COVERAGE} chmod +x codecov