瀏覽代碼

Conan build configuration simplified.

main
offa 4 年之前
父節點
當前提交
db57278a83
共有 2 個檔案被更改,包括 3 行新增1 行删除
  1. +1
    -1
      .travis.yml
  2. +2
    -0
      script/conan_build.sh

+ 1
- 1
.travis.yml 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存