libtommath/.travis.yml

19 lines
283 B
YAML
Raw Normal View History

2015-11-18 19:24:58 +00:00
language: c
compiler:
- gcc
script:
- make travis_mtest
2015-11-18 19:24:58 +00:00
- head -n 5 test.log
- tail -n 2 test.log
2017-04-11 09:43:45 +00:00
- ./testme.sh --with-cc=gcc --with-low-mp
2015-11-18 19:24:58 +00:00
branches:
only:
2016-04-21 21:09:29 +00:00
- master
2015-11-18 19:24:58 +00:00
- develop
2017-08-28 15:06:32 +00:00
- /^release\/.*$/
2015-12-05 12:58:21 +00:00
notifications:
2017-06-06 21:31:30 +00:00
irc: "chat.freenode.net#libtom-notifications"