summaryrefslogtreecommitdiff
path: root/nss/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'nss/circle.yml')
-rw-r--r--nss/circle.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/nss/circle.yml b/nss/circle.yml
new file mode 100644
index 0000000..60cfaec
--- /dev/null
+++ b/nss/circle.yml
@@ -0,0 +1,18 @@
+checkout:
+ post:
+ - cd ..; hg clone https://hg.mozilla.org/projects/nspr
+
+test:
+ override:
+ - make nss_build_all
+ - cd tests; NSS_TESTS=ssl_gtests NSS_CYCLES=standard ./all.sh
+
+machine:
+ environment:
+ { USE_64: 1,
+ NSS_ENABLE_TLS_1_3: 1,
+ NSS_BUILD_GTESTS: 1,
+ }
+ hosts:
+
+