We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b495dd9 commit 77962feCopy full SHA for 77962fe
scripts/ci-build.sh
@@ -6,6 +6,12 @@ set -Eeuo pipefail
6
#
7
cor conan config install --type git https://gitlab.com/batteriesincluded/conan-config/linux-gcc12-x86_64.git
8
9
+# Enable the local cache server.
10
+#
11
+if [ "${CACHE_CONAN_REMOTE:-}" != "" ]; then
12
+ cor conan remote enable "${CACHE_CONAN_REMOTE}"
13
+fi
14
+
15
# Select the build configuration.
16
17
cor select --clean --profile=linux-gcc12-x86_64 --build-type=Release
0 commit comments