summaryrefslogtreecommitdiff
path: root/other/travis/autotools-script
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-17 10:52:04 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-18 00:01:53 +0100
commita5e35180c7b42d30c82825cd67c8118ce048f65a (patch)
treeb74e8ece4f78a988ab0a1300cc08bd35fcd63662 /other/travis/autotools-script
parentdb22522741cccdeba657776844538c71cf8e8e7a (diff)
Make tox_callback_friend_name stateless.
See #27 and #40 for details.
Diffstat (limited to 'other/travis/autotools-script')
-rwxr-xr-xother/travis/autotools-script3
1 files changed, 2 insertions, 1 deletions
diff --git a/other/travis/autotools-script b/other/travis/autotools-script
index 457bc7e8..5448aac5 100755
--- a/other/travis/autotools-script
+++ b/other/travis/autotools-script
@@ -10,7 +10,8 @@ set -e -u -x
10 --with-libsodium-headers=$CACHE_DIR/include \ 10 --with-libsodium-headers=$CACHE_DIR/include \
11 --enable-daemon \ 11 --enable-daemon \
12 --enable-logging \ 12 --enable-logging \
13 --enable-ntox 13 --enable-ntox \
14 CFLAGS="-DTRAVIS_ENV=1"
14 15
15# We use make instead of RUN $MAKE here, because the autotools build will only 16# 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 17# ever run natively on the Linux container, never on a Windows cross compilation