mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
7b758f66db
Use `bazel test //c-toxcore/... --build_tag_filters=-haskell` to run all tests except the ones that depend on Haskell (i.e. cimple tests).
17 lines
370 B
YAML
17 lines
370 B
YAML
---
|
|
cirrus-ci_task:
|
|
container:
|
|
image: toxchat/toktok-stack:0.0.10
|
|
cpu: 2
|
|
memory: 2G
|
|
configure_script:
|
|
- /src/workspace/tools/inject-repo c-toxcore
|
|
test_all_script:
|
|
- bazel test -k
|
|
--build_tag_filters=-haskell
|
|
--test_tag_filters=-haskell
|
|
--remote_download_minimal
|
|
--config=ci
|
|
--config=release
|
|
//c-toxcore/...
|