summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rwxr-xr-xother/travis/autotools-script4
1 files changed, 3 insertions, 1 deletions
diff --git a/other/travis/autotools-script b/other/travis/autotools-script
index cc536ab9..7d04c968 100755
--- a/other/travis/autotools-script
+++ b/other/travis/autotools-script
@@ -7,9 +7,11 @@
7 --with-libsodium-headers=$CACHE_DIR/include \ 7 --with-libsodium-headers=$CACHE_DIR/include \
8 --enable-daemon \ 8 --enable-daemon \
9 --enable-logging \ 9 --enable-logging \
10 --enable-ntox 10 --enable-ntox \
11 --with-log-level=TRACE
11 12
12# We use make instead of RUN $MAKE here, because the autotools build will only 13# We use make instead of RUN $MAKE here, because the autotools build will only
13# ever run natively on the Linux container, never on a Windows cross compilation 14# ever run natively on the Linux container, never on a Windows cross compilation
14# docker instance or an OSX machine. 15# docker instance or an OSX machine.
16make -j$NPROC -k
15make distcheck -j$NPROC -k 17make distcheck -j$NPROC -k