diff options
Diffstat (limited to 'other/travis')
-rwxr-xr-x | other/travis/toxcore-script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script index 88a927b6..06e76f12 100755 --- a/other/travis/toxcore-script +++ b/other/travis/toxcore-script | |||
@@ -10,13 +10,13 @@ RUN $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 | -DASAN=ON \ | ||
13 | -DASSOC_DHT=ON \ | 14 | -DASSOC_DHT=ON \ |
14 | -DDEBUG=ON \ | 15 | -DDEBUG=ON \ |
15 | -DSTRICT_ABI=ON \ | 16 | -DSTRICT_ABI=ON \ |
16 | -DTEST_TIMEOUT_SECONDS=300 \ | 17 | -DTEST_TIMEOUT_SECONDS=300 \ |
17 | -DTRACE=ON \ | 18 | -DTRACE=ON \ |
18 | $CMAKE_EXTRA_FLAGS \ | 19 | $CMAKE_EXTRA_FLAGS |
19 | #-DASAN=ON | ||
20 | 20 | ||
21 | export CTEST_OUTPUT_ON_FAILURE=1 | 21 | export CTEST_OUTPUT_ON_FAILURE=1 |
22 | 22 | ||