summaryrefslogtreecommitdiff
path: root/other/travis/autotools-script
diff options
context:
space:
mode:
Diffstat (limited to 'other/travis/autotools-script')
-rwxr-xr-xother/travis/autotools-script4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/travis/autotools-script b/other/travis/autotools-script
index 18cb2d26..457bc7e8 100755
--- a/other/travis/autotools-script
+++ b/other/travis/autotools-script
@@ -5,7 +5,7 @@ set -e -u -x
5 5
6# Build toxcore and run tests. 6# Build toxcore and run tests.
7./autogen.sh 7./autogen.sh
8RUN ./configure \ 8./configure \
9 --with-libsodium-libs=$CACHE_DIR/lib \ 9 --with-libsodium-libs=$CACHE_DIR/lib \
10 --with-libsodium-headers=$CACHE_DIR/include \ 10 --with-libsodium-headers=$CACHE_DIR/include \
11 --enable-daemon \ 11 --enable-daemon \
@@ -15,4 +15,4 @@ RUN ./configure \
15# We use make instead of RUN $MAKE here, because the autotools build will only 15# We use make instead of RUN $MAKE here, because the autotools build will only
16# ever run natively on the Linux container, never on a Windows cross compilation 16# ever run natively on the Linux container, never on a Windows cross compilation
17# docker instance or an OSX machine. 17# docker instance or an OSX machine.
18make distcheck -j`nproc` -k 18make distcheck -j$NPROC -k