Skip to content

Commit ab3542a

Browse files
committed
Write debug output on travis
This should make it easier to debug issues when they fail on travis. But at the sime time it also decreases the SNR and increases test times. Will have to check if this makes sense in the long run.
1 parent b54f28e commit ab3542a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/travis/linux/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ mkdir build
22
cd build
33
export CXX="clang++-3.7"
44
export CC="clang-3.7"
5-
cmake -DWITH_SERVER=ON \
5+
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
6+
-DWITH_SERVER=ON \
67
-DWITH_STAGED_PLUGINS=OFF \
78
-DWITH_GRASS=ON \
89
-DSUPPRESS_QT_WARNINGS=ON \

0 commit comments

Comments
 (0)