add travis-ci configuration
This commit is contained in:
parent
1748cc616b
commit
be96ed3ba9
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user