Parcourir la source

Conan build configuration simplified.

main
offa il y a 4 ans
Parent
révision
db57278a83
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +1
    -1
      .travis.yml
  2. +2
    -0
      script/conan_build.sh

+ 1
- 1
.travis.yml Voir le fichier

@@ -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 Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer