summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-22 22:53:35 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-24 22:00:17 +0000
commitb694dbc2234928682efeb0ec6e79b97751036d4c (patch)
tree88b7a62a93345cd300d08318e030078801abbbbc /toxav
parent8bb5be35259937fb764febec8c91f2084f04ebf1 (diff)
Add Cirrus CI configuration.
This CI can run Bazel tests, because it supports IPv6. This is nice, because now we can run IPv6 tests on every PR.
Diffstat (limited to 'toxav')
-rw-r--r--toxav/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxav/BUILD.bazel b/toxav/BUILD.bazel
index 03130587..a2b57ee9 100644
--- a/toxav/BUILD.bazel
+++ b/toxav/BUILD.bazel
@@ -20,6 +20,7 @@ cc_library(
20 20
21cc_test( 21cc_test(
22 name = "ring_buffer_test", 22 name = "ring_buffer_test",
23 size = "small",
23 srcs = ["ring_buffer_test.cc"], 24 srcs = ["ring_buffer_test.cc"],
24 deps = [ 25 deps = [
25 ":ring_buffer", 26 ":ring_buffer",
@@ -56,6 +57,7 @@ cc_library(
56 57
57cc_test( 58cc_test(
58 name = "rtp_test", 59 name = "rtp_test",
60 size = "small",
59 srcs = ["rtp_test.cc"], 61 srcs = ["rtp_test.cc"],
60 deps = [ 62 deps = [
61 ":rtp", 63 ":rtp",