summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-03-21 18:21:06 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-21 20:30:12 +0000
commit88814e9f1dd72257ab3a54b8d2b292b9b37787c1 (patch)
treecbea7eac1d6490f7551cb2fe313f768d6a215ec0
parent94c2a5182bafef9fb8943c02d389723bdbc72752 (diff)
Disable bazel remote cache on CI.
code.tox.chat is down.
-rw-r--r--.cirrus.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 40ea4a53..20126a21 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -8,11 +8,12 @@ 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
15 - cd - 15 - cd -
16 - bazel version 16 - bazel version
17 test_all_script: 17 test_all_script:
18 - bazel test --copt=-DUSE_IPV6=0 -c opt -k //c-toxcore/... 18 - RUN_TEST="bazel test --copt=-DUSE_IPV6=0 -c opt -k //c-toxcore/..."
19 - $RUN_TEST || $RUN_TEST