Disable CMake debug tracing.

master
Webster Sheets 2018-11-05 21:52:14 -05:00
parent 2ae112ba48
commit a1a377ad3b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ matrix:
- git clone --depth 1 git://github.com/pioneerspacesim/pioneer-thirdparty.git pioneer-thirdparty
- cd pioneer-thirdparty/ && autoconf && ./configure "$CONFIGURE_OPTS" && make assimp && make sdl2 && make sdl2_image && cd ../
script:
- ./bootstrap cmake --trace-expanded -DUSE_PIONEER_THIRDPARTY=1 && make -C build
- ./bootstrap cmake -DUSE_PIONEER_THIRDPARTY=1 && make -C build
before_deploy:
- make sgm