Skip to content

Commit

Permalink
Revert "Be more verbose with debug info on travis"
Browse files Browse the repository at this point in the history
This reverts commit 3d5de9e.

Runs unreliable on travis...
  • Loading branch information
m-kuhn committed Jun 16, 2015
1 parent 3d5de9e commit fd50ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -50,8 +50,7 @@ install:
- cd build
- cmake -DWITH_SERVER=ON -DWITH_STAGED_PLUGINS=OFF -DWITH_GRASS=OFF
-DSUPPRESS_QT_WARNINGS=ON -DENABLE_MODELTEST=ON -DENABLE_PGTEST=ON
-DWITH_QWTPOLAR=OFF -DWITH_APIDOC=ON -DWITH_PYSPATIALITE=ON
-DCMAKE_BUILD_TYPE=RelWithDebInfo ..
-DWITH_QWTPOLAR=OFF -DWITH_APIDOC=ON -DWITH_PYSPATIALITE=ON ..

before_script:
- printf "[qgis_test]\nhost=localhost\ndbname=qgis_test\nuser=postgres" > ~/.pg_service.conf
Expand Down
2 changes: 1 addition & 1 deletion qgis-test-travis.ctest
Expand Up @@ -13,7 +13,7 @@ IF ($ENV{TRAVIS_PULL_REQUEST} STREQUAL "false")
ELSE()
SET (CTEST_BUILD_NAME "PR: $ENV{TRAVIS_PULL_REQUEST} / $ENV{TRAVIS_BRANCH} ($ENV{TRAVIS_COMMIT})")
ENDIF()
SET (CTEST_BUILD_CONFIGURATION "RelWithDebInfo")
SET (CTEST_BUILD_CONFIGURATION "Release")


SET (INITIAL_CACHE "
Expand Down

0 comments on commit fd50ecd

Please sign in to comment.