summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2019-07-21 16:23:33 +0200
committerRobin Lindén <dev@robinlinden.eu>2019-07-21 16:23:33 +0200
commit7418174129dc4baecacbba3392c68435b3e49d3c (patch)
treeeebf2aa74dc1b82207cf1d4a2c3291483f7e4bd1 /.cirrus.yml
parent7aab0d995240c59937d1aa23b7201389341a2be9 (diff)
Force IPv4 for cirrus-ci tests
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 8b9abb87..e7673d11 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -21,4 +21,4 @@ cirrus-ci_task:
21 - mv c-toxcore cirrus-ci-build 21 - mv c-toxcore cirrus-ci-build
22 - cd - 22 - cd -
23 test_all_script: 23 test_all_script:
24 - bazel test -c opt -k //c-toxcore/... 24 - bazel test --copt=-DUSE_IPV6=0 -c opt -k //c-toxcore/...