Skip to content

Commit

Permalink
Merge 2277b42 into 61ae75a
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel committed Mar 2, 2017
2 parents 61ae75a + 2277b42 commit 1398997
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: c
compiler:
- gcc
- clang
script: bash "${BUILDSCRIPT}" "${BUILDNAME}" "${BUILDOPTIONS}" "makefile" "-DUSE_LTM -DLTM_DESC -I/usr/include" "/usr/lib/libtommath.a"
script: bash "${BUILDSCRIPT}" "${BUILDNAME}" "${BUILDOPTIONS}" "makefile" "-DUSE_LTM -DLTM_DESC -I/usr/include" "/usr/lib/x86_64-linux-gnu/libtommath.a"
env:
- |
BUILDSCRIPT="check_source.sh"
Expand Down Expand Up @@ -81,9 +81,15 @@ matrix:
branches:
only:
- develop
addons:
apt:
sources:
- debian-sid
packages:
- binutils
- libtommath-dev
before_script:
- sudo apt-get update -qq
- sudo apt-get install libtommath-dev
- sudo pip install cpp-coveralls
after_failure:
- cat test_std.txt
Expand Down

0 comments on commit 1398997

Please sign in to comment.