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 2c6266b commit 43a8661Copy full SHA for 43a8661
.cirrus.yml
@@ -1,13 +1,13 @@
1
---
2
cirrus-ci_task:
3
container:
4
- image: toxchat/toktok-stack:0.0.11
+ image: toxchat/toktok-stack:0.0.23-third_party
5
cpu: 2
6
memory: 4G
7
configure_script:
8
- /src/workspace/tools/inject-repo go-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
//go-toxcore-c/...
.github/settings.yml
@@ -12,5 +12,6 @@ branches:
protection:
required_status_checks:
14
contexts:
15
+ - cirrus-ci
16
- Codacy Static Code Analysis
17
- code-review/reviewable
0 commit comments