add travis-ci configuration

This commit is contained in:
Steffen Jaeckel 2013-05-29 12:52:00 +02:00
parent 1748cc616b
commit be96ed3ba9

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: c
compiler:
- gcc
script: ./testme.sh "makefile" "-DUSE_LTM -DLTM_DESC -DLTC_NO_ASM -I/usr/include" /usr/lib/libtommath.a
branches:
only:
- develop
before_script:
- sudo apt-get install libtommath-dev
after_script:
- cat gcc_2.txt