summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-script
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/toxcore-script')
-rwxr-xr-xother/travis/toxcore-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script
index ed9377fe..20ad6d8e 100755
--- a/other/travis/toxcore-script
+++ b/other/travis/toxcore-script
@@ -12,7 +12,7 @@ git diff --exit-code
12 12
13# Build toxcore and run tests. 13# Build toxcore and run tests.
14export CFLAGS="-O0 -Wall -Wextra -fprofile-arcs -ftest-coverage -DTRAVIS_ENV=1" 14export CFLAGS="-O0 -Wall -Wextra -fprofile-arcs -ftest-coverage -DTRAVIS_ENV=1"
15RUN $CMAKE -B$BUILD_DIR -H. -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX 15RUN $CMAKE -B$BUILD_DIR -H. -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DLOGGING=ON
16 16
17export CTEST_OUTPUT_ON_FAILURE=1 17export CTEST_OUTPUT_ON_FAILURE=1
18 18