19 lines
266 B
YAML
19 lines
266 B
YAML
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
|
|
- ./testme.sh
|
|
|
|
branches:
|
|
only:
|
|
- develop
|
|
notifications:
|
|
irc: "chat.freenode.net#libtom"
|