summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2016-10-04 15:44:35 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2016-10-04 15:44:46 -0400
commit90123c803abd0cd51c5fff255aa75b3d1b45cd85 (patch)
tree0dd805c3b19be1e5f33667d994667f25dbe57fb1
parentbf42872bb3b1078deb7955f6b6044cd919565c31 (diff)
Align things nicer
-rwxr-xr-xother/travis/toxcore-script12
1 files changed, 6 insertions, 6 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script
index c5d94ba2..fe0a35e4 100755
--- a/other/travis/toxcore-script
+++ b/other/travis/toxcore-script
@@ -6,13 +6,13 @@ export CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
6# Build toxcore and run tests. 6# Build toxcore and run tests.
7# TODO(iphydf): Enable ASAN. It currently has some bad interactions with gcov, 7# TODO(iphydf): Enable ASAN. It currently has some bad interactions with gcov,
8# so it's disabled on Travis. 8# so it's disabled on Travis.
9RUN $CMAKE \ 9RUN $CMAKE \
10 -B$BUILD_DIR \ 10 -B$BUILD_DIR \
11 -H. \ 11 -H. \
12 -DCMAKE_INSTALL_PREFIX:PATH=$CURDIR/_install \ 12 -DCMAKE_INSTALL_PREFIX:PATH=$CURDIR/_install \
13 -DDEBUG=ON \ 13 -DDEBUG=ON \
14 -DASSOC_DHT=ON \ 14 -DASSOC_DHT=ON \
15 -DSTRICT_ABI=ON \ 15 -DSTRICT_ABI=ON \
16 -DTEST_TIMEOUT_SECONDS=300 #-DASAN=ON 16 -DTEST_TIMEOUT_SECONDS=300 #-DASAN=ON
17 17
18export CTEST_OUTPUT_ON_FAILURE=1 18export CTEST_OUTPUT_ON_FAILURE=1