tommath/.travis.yml

36 lines
612 B
YAML
Raw Permalink Normal View History

2015-11-18 14:24:58 -05:00
language: c
2017-10-19 05:40:16 -04:00
install:
- sudo apt-get update -qq
- sudo apt-get install gcc-multilib
2015-11-18 14:24:58 -05:00
2017-10-19 05:40:16 -04:00
matrix:
fast_finish: true
2015-11-18 14:24:58 -05:00
branches:
only:
2016-04-21 17:09:29 -04:00
- master
2015-11-18 14:24:58 -05:00
- develop
2017-08-28 11:06:32 -04:00
- /^release\/.*$/
2017-10-19 05:40:16 -04:00
compiler:
- gcc
- clang
script:
- ./testme.sh --with-cc=$CC ${BUILDOPTIONS}
env:
- |
BUILDOPTIONS="--test-vs-mtest=333333"
- |
BUILDOPTIONS="--test-vs-mtest=333333 --mtest-real-rand"
2017-10-19 05:40:16 -04:00
- |
BUILDOPTIONS="--with-low-mp"
- |
BUILDOPTIONS="--with-m64 --with-m32 --with-mx32"
after_failure:
- cat test_*.log
- cat gcc_errors_*.log
2015-12-05 07:58:21 -05:00
notifications:
2017-06-06 17:31:30 -04:00
irc: "chat.freenode.net#libtom-notifications"