add Travis CI

This commit is contained in:
Francois Perrad 2015-11-18 20:24:58 +01:00 committed by Steffen Jaeckel
parent c40eed57d9
commit 7d9a225a69
2 changed files with 17 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
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
branches:
only:
- develop

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/fperrad/libtommath.png?branch=develop)](https://travis-ci.org/fperrad/libtommath)
This is the git repository for [LibTomMath](http://www.libtom.org/), a free open source portable number theoretic multiple-precision integer (MPI) library written entirely in C.
The `develop` branch contains the in-development version. Stable releases are tagged.