env: global: - CONAN_UPLOAD: "https://api.bintray.com/conan/steakhal/development" - CONAN_BUILD_POLICY: "missing" - CONAN_USERNAME: "steakhal" - CONAN_CHANNEL: "testing" - CONAN_UPLOAD_ONLY_WHEN_TAG: 1 linux: &linux os: linux dist: xenial sudo: required language: python python: "3.6" services: - docker osx: &osx os: osx language: generic matrix: include: - <<: *linux env: CONAN_GCC_VERSIONS=7 CONAN_DOCKER_IMAGE=conanio/gcc7 - <<: *linux env: CONAN_GCC_VERSIONS=8 CONAN_DOCKER_IMAGE=conanio/gcc8 - <<: *linux env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9 - <<: *linux env: CONAN_CLANG_VERSIONS=5.0 CONAN_DOCKER_IMAGE=conanio/clang50 - <<: *linux env: CONAN_CLANG_VERSIONS=6.0 CONAN_DOCKER_IMAGE=conanio/clang60 - <<: *linux 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.2 env: CONAN_APPLE_CLANG_VERSIONS=9.0 - <<: *osx osx_image: xcode9.4 env: CONAN_APPLE_CLANG_VERSIONS=9.1 - <<: *osx osx_image: xcode10.1 env: CONAN_APPLE_CLANG_VERSIONS=10.0 install: - chmod +x .ci/install.sh - ./.ci/install.sh script: - chmod +x .ci/run.sh - ./.ci/run.sh