2015-11-18 14:24:58 -05:00
|
|
|
language: c
|
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
|
|
|
|
script:
|
|
|
|
- make
|
|
|
|
- make test
|
|
|
|
- make mtest
|
|
|
|
- ./mtest/mtest 666666 | ./test > test.log
|
|
|
|
- head -n 5 test.log
|
|
|
|
- tail -n 2 test.log
|
2015-12-05 07:47:22 -05:00
|
|
|
- ./testme.sh
|
2015-11-18 14:24:58 -05:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- develop
|
2015-12-05 07:58:21 -05:00
|
|
|
notifications:
|
|
|
|
irc: "chat.freenode.net#libtom"
|