File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ pip install 'conan>=2' 'cmake>=3.23' ninja
99yum install -y perl-IPC-Cmd perl-Digest-SHA
1010
1111# Install Conan configuration.
12+ conan profile detect
1213conan config install " $PACKAGE /ci/conan"
1314
1415# Clone and export libqi to Conan cache.
@@ -27,4 +28,4 @@ conan export /work/libqi --version="${QI_VERSION}"
2728# This is because the GLIBC from the manylinux images are often older than the
2829# ones that were used to build the precompiled binaries, which means the binaries
2930# cannot by executed.
30- conan install " $PACKAGE " --build=" *"
31+ conan install " $PACKAGE " --build=" *" --profile:all default --profile:all cppstd17
Original file line number Diff line number Diff line change 1- core:default_profile=default
2- core:default_build_profile=default
31tools.build:skip_test=true
42tools.cmake.cmaketoolchain:generator=Ninja
53# Only use the build_type as a variable for the build folder name, so
Original file line number Diff line number Diff line change 1+ [settings]
2+ compiler.cppstd=gnu17
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments