Skip to content

Commit 94a276e

Browse files
committed
Revert "Let travis compile debug binaries so ASSERTS are also considered"
This reverts commit b1de41c. Led to unstable test results for no reason See https://travis-ci.org/qgis/QGIS/builds/42811273 Different results for the very same commit: http://dash.orfeo-toolbox.org/buildSummary.php?buildid=165433 http://dash.orfeo-toolbox.org/buildSummary.php?buildid=165427
1 parent f03ab8a commit 94a276e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818
install:
1919
- mkdir build
2020
- cd build
21-
- cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF -DSUPPRESS_QT_WARNINGS=ON ..
21+
- cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF -DSUPPRESS_QT_WARNINGS=ON ..
2222

2323
script: xvfb-run ctest -V -E 'PyQgsPalLabelingCanvas|PyQgsPalLabelingServer|qgis_wcsprovidertest' -S ../qgis-test-travis.ctest --output-on-failure
2424

0 commit comments

Comments
 (0)