Mercurial > hg > Members > anatofuz > MoarVM
comparison 3rdparty/libtommath/.travis.yml @ 0:2cf249471370
convert mercurial for git
author | Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 May 2018 16:09:12 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2cf249471370 |
---|---|
1 language: c | |
2 compiler: | |
3 - gcc | |
4 | |
5 script: | |
6 - make travis_mtest | |
7 - head -n 5 test.log | |
8 - tail -n 2 test.log | |
9 - ./testme.sh | |
10 | |
11 branches: | |
12 only: | |
13 - master | |
14 - develop | |
15 notifications: | |
16 irc: "chat.freenode.net#libtom" |