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, 0 insertions, 18 deletions
diff --git a/nss/circle.yml b/nss/circle.yml
deleted file mode 100644
index 60cfaec..0000000
--- a/nss/circle.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-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:
-
-