Appveyor support added

This commit is contained in:
Mateusz Pusz
2019-04-10 18:45:08 +01:00
parent 37bb680aff
commit 46ed9b10c9

17
appveyor.yml Normal file
View File

@@ -0,0 +1,17 @@
build: false
environment:
CONAN_RUN_TESTS: 1
PYTHON: "C:\\Python37"
matrix:
- MINGW_CONFIGURATIONS: "8@x86_64@seh@posix"
install:
- set PATH=%PATH%;%PYTHON%/Scripts/
- pip.exe install conan --upgrade
- pip.exe install conan_package_tools
- conan user # It creates the conan data directory
test_script:
- python build.py