Add more diagnostic stderr
This commit is contained in:
parent
5d5cc3a5db
commit
692907761a
1 changed files with 3 additions and 2 deletions
|
@ -51,6 +51,7 @@ matrix:
|
|||
env: >-
|
||||
CXX="ccache clang++ -Qunused-arguments"
|
||||
before_install:
|
||||
- echo $DYLD_LIBRARY_PATH
|
||||
- brew info boost
|
||||
- brew uninstall --ignore-dependencies boost@1.74
|
||||
|
||||
|
@ -68,8 +69,8 @@ install:
|
|||
#- 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 'linux' psql -c 'create database template_postgis;' -U postgres
|
||||
- on 'linux' 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue