Browse Source

Limit conan ci build to x86_64.

main
offa 4 years ago
parent
commit
151535e269
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      script/conan_build.sh

+ 2
- 0
script/conan_build.sh View File

set -ex set -ex


export CONAN_DOCKER_IMAGE=conanio/gcc${CONAN_GCC_VERSIONS} 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 pip install -U conan conan_package_tools
python build.py python build.py

Loading…
Cancel
Save