summaryrefslogtreecommitdiff
path: root/.cirrus.yml
blob: ab863125de7ba527ee17a558f2b694d438f65d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
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/...