summaryrefslogtreecommitdiffstats
path: root/taskcluster/scripts/misc/build-infer-linux.sh
blob: 89780f6284bb20b2a26e288504c280728c3f9659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
set -x -e -v

# This script is for building infer for Linux.

cd $GECKO_PATH

# gets a bit too verbose here
set +x

cd build/build-infer
./build-infer.py -c infer-linux64.json

set -x

# Put a tarball in the artifacts dir
mkdir -p $UPLOAD_DIR
cp infer.tar.* $UPLOAD_DIR