diff options
author | d.neus <[email protected]> | 2015-03-15 13:21:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-03-15 13:21:28 +0000 |
commit | 827080864508e03d796c5138b34d563977d693bb (patch) | |
tree | 90b483d3e96bb2fb352a4a0c705cedd6b1454168 | |
parent | 63bbace62238f91fd2d5f7889dcf853f2017069e (diff) |
Add a second Travis build using static lib built via amalgamation.
Github pull 62.
-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" |