blob: 65d6554f7008a40a8bd1c17ba44678fcf2f69cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
cirrus-ci_task:
container:
image: toxchat/toktok-stack:0.0.10
cpu: 2
memory: 2G
configure_script:
- /src/workspace/tools/inject-repo c-toxcore
test_all_script:
- bazel test -k
--build_tag_filters=-haskell
--test_tag_filters=-haskell
--remote_download_minimal
--config=ci
--config=release
//c-toxcore/...
|