diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2015-11-09 05:12:59 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2015-11-09 05:12:59 +0000 |
commit | 26c046fbc57d53136b4fb3b5e0d18298318125d4 (patch) | |
tree | 0397d2184e7fba8a51f7fb9a6fc01a82d0748411 /nss/circle.yml | |
parent | c416b91e36567df4ec765a495c5a6ca6a1853f58 (diff) | |
download | nss-26c046fbc57d53136b4fb3b5e0d18298318125d4.tar.gz |
nss-3.21nss-3.21
Diffstat (limited to 'nss/circle.yml')
-rw-r--r-- | nss/circle.yml | 18 |
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: + + |