toxcore/.cirrus.yml

16 lines
357 B
YAML
Raw Normal View History

---
cirrus-ci_task:
container:
2020-04-24 22:18:00 +08:00
image: toxchat/toktok-stack:0.0.7
cpu: 2
memory: 2G
configure_script:
2020-04-24 22:18:00 +08:00
- /src/workspace/tools/inject-repo c-toxcore
test_all_script:
2020-04-24 22:18:00 +08:00
- bazel test -k
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
--config=ci
--config=docker
--config=release
//c-toxcore/...