Skip to content

Commit

Permalink
Add libm4ri-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
smashra committed Jun 17, 2017
1 parent 68533e7 commit 3aaa26a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ matrix:
packages:
- gcc-4.8
- libgmp-dev
- libm4ri-dev
before_install:
- sh .travis/install-clang-format-linux.sh
- os: linux
Expand All @@ -25,6 +26,7 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- libm4ri-dev
before_install:
- sh .travis/install-clang-format-linux.sh
- os: linux
Expand All @@ -36,6 +38,7 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- libm4ri-dev
before_install:
- sh .travis/install-clang-format-linux.sh
- os: linux
Expand All @@ -48,13 +51,14 @@ matrix:
packages:
- gcc-6
- libssl-dev
- libm4ri-dev
before_install:
- sh .travis/install-clang-format-linux.sh
- os: osx
compiler: clang
env: CC_OQS=clang AES_NI=0 USE_OPENSSL=1 ENABLE_CODE_MCBITS=1 ENABLE_NTRU=1 ENABLE_SIDH_IQC_REF=1
before_install:
- brew install clang-format openssl libsodium
- brew install clang-format openssl libsodium libm4ri-dev

script:
- CC=$CC_OQS ./.travis-tests.sh

0 comments on commit 3aaa26a

Please sign in to comment.