summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2019-01-12 21:28:21 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-03-05 22:56:26 +0000
commite35d70af1822095b7b273f1cec16878645b90078 (patch)
tree143241b035976125cfb7fee241e3fde9ad02195b /.cirrus.yml
parentcbc26d9b165277e3c450806e1da1e6904a9dcedb (diff)
Use net_pack/unpack instead of host_to_net.
The latter is doing pretty much the same thing but in a confusing way (it doesn't change the type of the variable, but does change the semantics).
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7a289e53..54fedfb1 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -13,5 +13,6 @@ cirrus-ci_task:
13 - git clone --branch=upgrade-bazel --depth=1 https://github.com/iphydf/toktok-stack cirrus-ci-build 13 - git clone --branch=upgrade-bazel --depth=1 https://github.com/iphydf/toktok-stack cirrus-ci-build
14 - mv c-toxcore cirrus-ci-build 14 - mv c-toxcore cirrus-ci-build
15 - cd - 15 - cd -
16 - bazel version
16 test_all_script: 17 test_all_script:
17 - bazel test --copt=-DUSE_IPV6=0 -c opt -k //c-toxcore/... 18 - bazel test --copt=-DUSE_IPV6=0 -c opt -k //c-toxcore/...