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 3fbebdd commit 2c6266bCopy full SHA for 2c6266b
.cirrus.yml
@@ -0,0 +1,13 @@
1
+---
2
+cirrus-ci_task:
3
+ container:
4
+ image: toxchat/toktok-stack:0.0.11
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
11
+ --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
12
+ --config=release
13
+ //go-toxcore-c/...
.github/settings.yml
@@ -1,5 +1,5 @@
---
-_extends: template
+_extends: .github
repository:
name: go-toxcore-c
@@ -12,8 +12,5 @@ branches:
protection:
required_status_checks:
14
contexts:
15
- - Codacy/PR Quality Review
16
- - Travis CI - Pull Request
17
- - WIP
+ - Codacy Static Code Analysis
18
- code-review/reviewable
19
- - license/cla
.travis.yml
0 commit comments