summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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