diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 85b4596..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,29 +0,0 @@ -build: false - -environment: - PYTHON: "C:\\Python37" - - matrix: - - MINGW_CONFIGURATIONS: '4.9@x86_64@seh@posix, 5@x86_64@seh@posix, 6@x86_64@seh@posix, 7@x86_64@seh@posix' - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - CONAN_VISUAL_VERSIONS: 14 - CONAN_BUILD_TYPES: Release - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - CONAN_VISUAL_VERSIONS: 14 - CONAN_BUILD_TYPES: Debug - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - CONAN_VISUAL_VERSIONS: 15 - CONAN_BUILD_TYPES: Release - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - CONAN_VISUAL_VERSIONS: 15 - CONAN_BUILD_TYPES: Debug - - -install: - - set PATH=%PATH%;%PYTHON%/Scripts/ - - pip.exe install conan --upgrade - - pip.exe install conan_package_tools bincrafters_package_tools - - conan user # It creates the conan data directory - -test_script: - - python build.py diff --git a/appveyor.yml b/appveyor.yml index f1c3dfd..85b4596 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ environment: install: - set PATH=%PATH%;%PYTHON%/Scripts/ - pip.exe install conan --upgrade - - pip.exe install conan_package_tools + - pip.exe install conan_package_tools bincrafters_package_tools - conan user # It creates the conan data directory test_script: