Travis CI Support.

This commit is contained in:
Par Winzell 2019-05-07 14:59:30 -07:00 committed by Pär Winzell
parent ed43cacb33
commit f0eaa1efb2
1 changed files with 18 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
os: linux
dist: xenial
language: python
python: "3.7"
compiler:
- gcc
install:
- pip install conan
- conan user
- conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
script:
- conan install . -i build -s build_type=Release -s compiler.libcxx=libstdc++11
- conan build . -bf build