mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 18:53:04 +01:00
13 lines
310 B
YAML
13 lines
310 B
YAML
---
|
|
bazel-opt_task:
|
|
container:
|
|
image: toxchat/toktok-stack:latest-release
|
|
cpu: 2
|
|
memory: 2G
|
|
configure_script:
|
|
- /src/workspace/tools/inject-repo toxic
|
|
test_all_script:
|
|
- cd /src/workspace && bazel test -k
|
|
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
|
|
//toxic/...
|