Explorar el Código

Limit conan ci build to x86_64.

main
offa hace 4 años
padre
commit
151535e269
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      script/conan_build.sh

+ 2
- 0
script/conan_build.sh Ver fichero

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

Cargando…
Cancelar
Guardar