Private
Public Access
2
0

.travis.yml: Add travis file

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-07-08 13:51:28 +01:00
parent 7a2408766c
commit f5d6a6dc18

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: cpp
compiler:
- gcc
- clang
install:
- sudo apt-get update -qq
- sudo apt-get install -y -qq swig python git
script:
- mkdir build && cd build && cmake -DBUILDSWIGPYTHON=ON .. && make && make test