summaryrefslogtreecommitdiff
path: root/nss/automation/taskcluster/windows/build.sh
blob: 6c8a474708a4f76f4beecad696df0eb213a44ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash

set -v -e -x

# Set up the toolchain.
source $(dirname $0)/setup.sh

# Clone NSPR.
hg_clone https://hg.mozilla.org/projects/nspr nspr default

# Build.
make -C nss nss_build_all

# Package.
7z a public/build/dist.7z dist