Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Commit

Permalink
Update Conan conventions [build=outdated]
Browse files Browse the repository at this point in the history
Automatically created by bincrafters-conventions 0.11.2
  • Loading branch information
bincrafters-user committed Sep 21, 2019
1 parent e24e518 commit e399726
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,14 @@ matrix:
env: CONAN_CLANG_VERSIONS=7.0 CONAN_DOCKER_IMAGE=conanio/clang7
- <<: *linux
env: CONAN_CLANG_VERSIONS=8 CONAN_DOCKER_IMAGE=conanio/clang8
- <<: *osx
osx_image: xcode7.3
env: CONAN_APPLE_CLANG_VERSIONS=7.3
- <<: *osx
osx_image: xcode8.3
env: CONAN_APPLE_CLANG_VERSIONS=8.1
- <<: *osx
osx_image: xcode9
env: CONAN_APPLE_CLANG_VERSIONS=9.0
- <<: *osx
osx_image: xcode9.4
env: CONAN_APPLE_CLANG_VERSIONS=9.1
- <<: *osx
osx_image: xcode10
osx_image: xcode10.3
env: CONAN_APPLE_CLANG_VERSIONS=10.0

install:
Expand Down
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ environment:
PYTHON_HOME: "C:\\Python37"

matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 12
CONAN_BUILD_TYPES: Release
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 12
CONAN_BUILD_TYPES: Debug
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 14
CONAN_BUILD_TYPES: Release
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def config_options(self):

def build_requirements(self):
if tools.os_info.is_windows:
self.build_requires("msys2_installer/20161025@bincrafters/stable")
self.build_requires("msys2/20161025")

def source(self):
tools.get("https://www.cairographics.org/releases/{}.tar.gz".format(self.folder),
Expand Down

0 comments on commit e399726

Please sign in to comment.