mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-15 00:13:01 +01:00
14 lines
306 B
YAML
14 lines
306 B
YAML
|
---
|
||
|
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/...
|