summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 20126a21..db5a0e56 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,14 +5,11 @@ cirrus-ci_task:
5 cpu: 8 5 cpu: 8
6 memory: 12G 6 memory: 12G
7 configure_script: 7 configure_script:
8 - echo "build --jobs=50 --curses=no --verbose_failures" | tee ~/.bazelrc
9 - echo "build --config=linux" | tee -a ~/.bazelrc
10 - echo "build --config=clang" | tee -a ~/.bazelrc
11# - echo "build --config=remote" | tee -a ~/.bazelrc
12 - cd .. && mv cirrus-ci-build c-toxcore 8 - cd .. && mv cirrus-ci-build c-toxcore
13 - git clone --branch=upgrade-bazel --depth=1 https://github.com/iphydf/toktok-stack cirrus-ci-build 9 - git clone --depth=1 https://github.com/TokTok/toktok-stack cirrus-ci-build
14 - mv c-toxcore cirrus-ci-build 10 - mv c-toxcore cirrus-ci-build
15 - cd - 11 - cd cirrus-ci-build
12 - tools/setup-ci
16 - bazel version 13 - bazel version
17 test_all_script: 14 test_all_script:
18 - RUN_TEST="bazel test --copt=-DUSE_IPV6=0 -c opt -k //c-toxcore/..." 15 - RUN_TEST="bazel test --copt=-DUSE_IPV6=0 -c opt -k //c-toxcore/..."