Browse Source

Conan build configuration simplified.

main
offa 4 years ago
parent
commit
db57278a83
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      .travis.yml
  2. +2
    -0
      script/conan_build.sh

+ 1
- 1
.travis.yml View File

@@ -22,7 +22,7 @@ jobs:
- env: COMPILER=clang-7
- env: COMPILER=clang-6
- env: COMPILER=clang-5
- env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9
- env: CONAN_GCC_VERSIONS=9


before_install:

+ 2
- 0
script/conan_build.sh View File

@@ -2,5 +2,7 @@

set -ex

export CONAN_DOCKER_IMAGE=conanio/gcc${CONAN_GCC_VERSIONS}

pip install -U conan conan_package_tools
python build.py

Loading…
Cancel
Save