mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
16 lines
357 B
YAML
16 lines
357 B
YAML
---
|
|
cirrus-ci_task:
|
|
container:
|
|
image: toxchat/toktok-stack:0.0.7
|
|
cpu: 2
|
|
memory: 2G
|
|
configure_script:
|
|
- /src/workspace/tools/inject-repo c-toxcore
|
|
test_all_script:
|
|
- bazel test -k
|
|
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
|
|
--config=ci
|
|
--config=docker
|
|
--config=release
|
|
//c-toxcore/...
|