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.13.0
  • Loading branch information
bincrafters-user committed Oct 31, 2019
1 parent e399726 commit a0533b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ 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: xcode9
env: CONAN_APPLE_CLANG_VERSIONS=9.0
- <<: *osx
osx_image: xcode9.4
env: CONAN_APPLE_CLANG_VERSIONS=9.1
- <<: *osx
osx_image: xcode10.3
env: CONAN_APPLE_CLANG_VERSIONS=10.0
- <<: *osx
osx_image: xcode11
env: CONAN_APPLE_CLANG_VERSIONS=11.0

install:
- chmod +x .ci/install.sh
Expand Down
4 changes: 1 addition & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from conans import ConanFile, AutoToolsBuildEnvironment, tools
import os

Expand All @@ -25,6 +22,7 @@ class PixmanConan(ConanFile):

def config_options(self):
del self.settings.compiler.libcxx
del self.settings.compiler.cppstd
if self.settings.compiler == "Visual Studio":
del self.options.shared
if self.settings.os == 'Windows':
Expand Down
3 changes: 0 additions & 3 deletions test_package/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from conans import ConanFile, CMake, tools, RunEnvironment
import os

Expand Down

0 comments on commit a0533b2

Please sign in to comment.