Install check

This commit is contained in:
Daniele Tricoli 2015-07-02 22:59:58 +02:00
parent d1129e50dd
commit bea28d2612
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@ language: c
compiler:
- gcc
- clang
before_script:
install:
- sudo apt-get update
- sudo apt-get install -y check
before_script:
- mkdir build
- cd build
- cmake ..