We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603238b commit f65a2d7Copy full SHA for f65a2d7
.cirrus.yml
@@ -1,13 +1,13 @@
1
---
2
cirrus-ci_task:
3
container:
4
- image: toxchat/toktok-stack:0.0.18
+ image: toxchat/toktok-stack:0.0.23-third_party
5
cpu: 2
6
memory: 6G
7
configure_script:
8
- /src/workspace/tools/inject-repo py_toxcore_c
9
test_all_script:
10
- - bazel test -k
+ - cd /src/workspace && bazel test -k
11
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
12
--config=release
13
//py_toxcore_c/...
0 commit comments