This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Limit conan ci build to x86_64.
main
offa
4 years ago
parent
db57278a83
commit
151535e269
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
script/conan_build.sh
+ 2
- 0
script/conan_build.sh
View File
@@ -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
Write
Preview
Loading…
Cancel
Save