summaryrefslogtreecommitdiff
path: root/.cirrus.yml
AgeCommit message (Collapse)Author
2020-05-03Enable cimple tests by default but allow disabling them.iphydf
Use `bazel test //c-toxcore/... --build_tag_filters=-haskell` to run all tests except the ones that depend on Haskell (i.e. cimple tests).
2020-04-24Fix continuous integration builds.iphydf
2020-03-22Smarter setup of bazel remote cache on Cirrus CI.iphydf
We now check whether the cache application is reachable and running via cURL. If it's running, we add the `--config=remote` line.
2020-03-21Disable bazel remote cache on CI.iphydf
code.tox.chat is down.
2020-03-17Enable remote cache for bazel builds.iphydf
2020-03-11Add a mutex lock/unlock inside every public API function.iphydf
2020-03-05Use net_pack/unpack instead of host_to_net.iphydf
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).
2020-03-02Add "cimple_test" to the bazel build.iphydf
2020-03-02Upgrade bazel to 2.1.1.iphydf
Removed av_test, because it depends on an ancient opencv that starts to really not exist on modern systems anymore.
2019-07-21Force IPv4 for cirrus-ci testsRobin Lindén
2019-03-24Fix bazel build version at 0.22.0 for CI.iphydf
To make this reproducible. With floating versions (always latest), this can break any time a new bazel version is released.
2018-09-24Add Cirrus CI configuration.iphydf
This CI can run Bazel tests, because it supports IPv6. This is nice, because now we can run IPv6 tests on every PR.