TRAVIS: add travis.yml

This commit is contained in:
hasufell 2014-05-31 01:24:43 +02:00
parent 19a6ab89c7
commit 2fbeb412cf
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 9 additions and 0 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: c
compiler: clang
before_script:
- sudo apt-get install -qq libflint-dev
script:
- make

View File

@ -11,3 +11,6 @@ implementation with the primary goal of learning.
## Compiling
Run ```make``` to build.
### Build Status
[![Build Status](https://travis-ci.org/hasufell/pqc.png)](https://travis-ci.org/hasufell/pqc)