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