install libtommath-dev from debian sid
This commit is contained in:
parent
61ae75a823
commit
8c90cba6f6
@ -81,9 +81,14 @@ matrix:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- debian-sid
|
||||||
|
packages:
|
||||||
|
- libtommath-dev
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install libtommath-dev
|
|
||||||
- sudo pip install cpp-coveralls
|
- sudo pip install cpp-coveralls
|
||||||
after_failure:
|
after_failure:
|
||||||
- cat test_std.txt
|
- cat test_std.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user