Early Travis support.

This commit is contained in:
Par Winzell 2019-05-07 14:19:56 -07:00
parent 225d076f03
commit 514f960d75
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
os: linux
dist: xenial
language: python
python: "3.7"
compiler:
- gcc
install:
- pip install conan
- conan user
script:
- conan install . -i build -s build_type=Release
- conan build . -bf build