diff options
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ad7c8a0c1..f1e04e4a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,13 @@ install: script: - $CXX --version - - python configure.py + - python configure.py $CONFIGURE_OPTS - "make" - "LD_LIBRARY_PATH=. ./botan-test" os: - linux + +env: + - CONFIGURE_OPTS="" + - CONIFGURE_OPTS="--via-amalgamation --disable-shared" |