summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-17 03:21:54 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-17 03:21:54 +0000
commit983c2c44fe42bfaa3e62961cfbbf1c9ea504c7bb (patch)
tree180cc16dc94718ca220ad7b7d7972a8da111efd7 /.cirrus.yml
parent52696a06860a1c099273e3f758e59733224bfe4d (diff)
Enable remote cache for bazel builds.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 4ff2851a..40ea4a53 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -8,7 +8,7 @@ cirrus-ci_task:
8 - echo "build --jobs=50 --curses=no --verbose_failures" | tee ~/.bazelrc 8 - echo "build --jobs=50 --curses=no --verbose_failures" | tee ~/.bazelrc
9 - echo "build --config=linux" | tee -a ~/.bazelrc 9 - echo "build --config=linux" | tee -a ~/.bazelrc
10 - echo "build --config=clang" | tee -a ~/.bazelrc 10 - echo "build --config=clang" | tee -a ~/.bazelrc
11# - echo "build --config=remote" | tee -a ~/.bazelrc 11 - echo "build --config=remote" | tee -a ~/.bazelrc
12 - cd .. && mv cirrus-ci-build c-toxcore 12 - cd .. && mv cirrus-ci-build c-toxcore
13 - git clone --branch=upgrade-bazel --depth=1 https://github.com/iphydf/toktok-stack cirrus-ci-build 13 - git clone --branch=upgrade-bazel --depth=1 https://github.com/iphydf/toktok-stack cirrus-ci-build
14 - mv c-toxcore cirrus-ci-build 14 - mv c-toxcore cirrus-ci-build