소스 검색

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…
취소
저장