mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 07:31:32 +00:00
19 lines
338 B
YAML
19 lines
338 B
YAML
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:
|
|
|
|
|