Skip to content

Commit 77962fe

Browse files
committed
(ci-cache-remote disabled by default now)
1 parent b495dd9 commit 77962fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/ci-build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ set -Eeuo pipefail
66
#
77
cor conan config install --type git https://gitlab.com/batteriesincluded/conan-config/linux-gcc12-x86_64.git
88

9+
# Enable the local cache server.
10+
#
11+
if [ "${CACHE_CONAN_REMOTE:-}" != "" ]; then
12+
cor conan remote enable "${CACHE_CONAN_REMOTE}"
13+
fi
14+
915
# Select the build configuration.
1016
#
1117
cor select --clean --profile=linux-gcc12-x86_64 --build-type=Release

0 commit comments

Comments
 (0)