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:
13
.cirrus.yml
Normal file
13
.cirrus.yml
Normal 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/...
|
||||
Reference in New Issue
Block a user