From 9148563cb333bb6a3127138541de2fc086ff743b Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Thu, 5 Dec 2019 00:42:09 +0300 Subject: Remove conan support --- appveyor.yml | 80 ------------------------------------------------------------ 1 file changed, 80 deletions(-) delete mode 100644 appveyor.yml (limited to 'appveyor.yml') 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 - -- cgit v1.2.3