summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ab863125..65d6554f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,15 +1,16 @@
1--- 1---
2cirrus-ci_task: 2cirrus-ci_task:
3 container: 3 container:
4 image: toxchat/toktok-stack:0.0.7 4 image: toxchat/toktok-stack:0.0.10
5 cpu: 2 5 cpu: 2
6 memory: 2G 6 memory: 2G
7 configure_script: 7 configure_script:
8 - /src/workspace/tools/inject-repo c-toxcore 8 - /src/workspace/tools/inject-repo c-toxcore
9 test_all_script: 9 test_all_script:
10 - bazel test -k 10 - bazel test -k
11 --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST 11 --build_tag_filters=-haskell
12 --config=ci 12 --test_tag_filters=-haskell
13 --config=docker 13 --remote_download_minimal
14 --config=release 14 --config=ci
15 //c-toxcore/... 15 --config=release
16 //c-toxcore/...