From 46ed9b10c95ade992259a217f696f4ee171a4434 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 10 Apr 2019 18:45:08 +0100 Subject: [PATCH] Appveyor support added --- appveyor.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..e8bc1bff --- /dev/null +++ b/appveyor.yml @@ -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