1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 12:06:34 +01:00

chore: Remove travis; add cirrus ci.

We still need a GitHub workflow to test the "make" build. For now, we only
test toktok-stack and the bazel build.
This commit is contained in:
iphydf
2021-11-26 22:21:18 +00:00
parent 556a522637
commit af70c3d660
4 changed files with 16 additions and 64 deletions

13
.cirrus.yml Normal file
View File

@@ -0,0 +1,13 @@
---
cirrus-ci_task:
container:
image: toxchat/toktok-stack:0.0.13
cpu: 2
memory: 2G
configure_script:
- /src/workspace/tools/inject-repo toxic
test_all_script:
- bazel test -k
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
--config=release
//toxic/...