瀏覽代碼

Limit conan ci build to x86_64.

main
offa 4 年之前
父節點
當前提交
151535e269
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      script/conan_build.sh

+ 2
- 0
script/conan_build.sh 查看文件

@@ -3,6 +3,8 @@
set -ex

export CONAN_DOCKER_IMAGE=conanio/gcc${CONAN_GCC_VERSIONS}
export CONAN_ARCHS="x86_64"
export CONAN_BUILD_TYPES=Release

pip install -U conan conan_package_tools
python build.py

Loading…
取消
儲存