Early Travis support.
This commit is contained in:
parent
225d076f03
commit
514f960d75
|
@ -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
|
Loading…
Reference in New Issue