Ver código fonte

Limit conan ci build to x86_64.

main
offa 4 anos atrás
pai
commit
151535e269
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      script/conan_build.sh

+ 2
- 0
script/conan_build.sh Ver arquivo

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

Carregando…
Cancelar
Salvar