Skip to content

Commit 2c6266b

Browse files
committed
chore: Remove travis; add cirrus CI.
Cirrus uses toktok-stack, so we'll still need a github workflow to test the normal "go" build.
1 parent 3fbebdd commit 2c6266b

File tree

3 files changed

+15
-60
lines changed

3 files changed

+15
-60
lines changed

.cirrus.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
_extends: template
2+
_extends: .github
33

44
repository:
55
name: go-toxcore-c
@@ -12,8 +12,5 @@ branches:
1212
protection:
1313
required_status_checks:
1414
contexts:
15-
- Codacy/PR Quality Review
16-
- Travis CI - Pull Request
17-
- WIP
15+
- Codacy Static Code Analysis
1816
- code-review/reviewable
19-
- license/cla

.travis.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)