summaryrefslogtreecommitdiff
path: root/toxcore/BUILD.bazel
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 /toxcore/BUILD.bazel
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 'toxcore/BUILD.bazel')
-rw-r--r--toxcore/BUILD.bazel4
1 files changed, 4 insertions, 0 deletions
diff --git a/toxcore/BUILD.bazel b/toxcore/BUILD.bazel
index a34c328c..f041938a 100644
--- a/toxcore/BUILD.bazel
+++ b/toxcore/BUILD.bazel
@@ -30,6 +30,7 @@ cc_library(
30 30
31cc_test( 31cc_test(
32 name = "crypto_core_test", 32 name = "crypto_core_test",
33 size = "small",
33 srcs = ["crypto_core_test.cc"], 34 srcs = ["crypto_core_test.cc"],
34 deps = [ 35 deps = [
35 ":crypto_core", 36 ":crypto_core",
@@ -67,6 +68,7 @@ cc_library(
67 68
68cc_test( 69cc_test(
69 name = "mono_time_test", 70 name = "mono_time_test",
71 size = "small",
70 srcs = ["mono_time_test.cc"], 72 srcs = ["mono_time_test.cc"],
71 deps = [ 73 deps = [
72 ":mono_time", 74 ":mono_time",
@@ -99,6 +101,7 @@ cc_library(
99 101
100cc_test( 102cc_test(
101 name = "util_test", 103 name = "util_test",
104 size = "small",
102 srcs = ["util_test.cc"], 105 srcs = ["util_test.cc"],
103 deps = [ 106 deps = [
104 ":network", 107 ":network",
@@ -115,6 +118,7 @@ cc_library(
115 118
116cc_test( 119cc_test(
117 name = "ping_array_test", 120 name = "ping_array_test",
121 size = "small",
118 srcs = ["ping_array_test.cc"], 122 srcs = ["ping_array_test.cc"],
119 deps = [ 123 deps = [
120 ":ping_array", 124 ":ping_array",