summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2019-12-05 01:06:02 +0300
committerOleg Morozenkov <m@oleg.rocks>2019-12-05 01:06:02 +0300
commit2b5baa24597778d8e9f5d93c30a6f6440ef90971 (patch)
tree589202ffbaecb0ff2176575688e30cf18b317a61 /appveyor.yml
parente1031f20f9139a554c3e4cf70585ae0dcea1bcda (diff)
parent76f36598570a13862471175cbfdbfb9dec4139d2 (diff)
Merge branch 'master' into nitanmarcel/api_update_pr
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml80
1 files changed, 0 insertions, 80 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 4d16413..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,80 +0,0 @@
-build: false
-
-
-environment:
- PYTHON: "C:\\Python37"
- VS150COMNTOOLS: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\Tools\\"
-
- matrix:
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- CONAN_VISUAL_VERSIONS: 12
- CONAN_ARCHS: x86
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MT
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- CONAN_VISUAL_VERSIONS: 12
- CONAN_ARCHS: x86_64
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MT
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- CONAN_VISUAL_VERSIONS: 12
- CONAN_ARCHS: x86
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MD
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- CONAN_VISUAL_VERSIONS: 12
- CONAN_ARCHS: x86_64
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MD
-
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- CONAN_VISUAL_VERSIONS: 14
- CONAN_ARCHS: x86
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MT
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- CONAN_VISUAL_VERSIONS: 14
- CONAN_ARCHS: x86_64
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MT
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- CONAN_VISUAL_VERSIONS: 14
- CONAN_ARCHS: x86
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MD
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- CONAN_VISUAL_VERSIONS: 14
- CONAN_ARCHS: x86_64
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MD
-
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- CONAN_VISUAL_VERSIONS: 15
- CONAN_ARCHS: x86
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MT
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- CONAN_VISUAL_VERSIONS: 15
- CONAN_ARCHS: x86_64
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MT
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- CONAN_VISUAL_VERSIONS: 15
- CONAN_ARCHS: x86
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MD
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- CONAN_VISUAL_VERSIONS: 15
- CONAN_ARCHS: x86_64
- CONAN_BUILD_TYPES: Release
- CONAN_VISUAL_RUNTIMES: MD
-
-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
-