summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/scripts/spidermonkey/build.b2g
blob: 9589462309220f9d0c5910d7955f08bf0fba7f26 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -e

cd $SOURCE
TOP=$(cd .. && echo $PWD)
export MOZBUILD_STATE_PATH=$TOP/mozbuild-state
[ -d $MOZBUILD_STATE_PATH ] || mkdir $MOZBUILD_STATE_PATH

exec ./mach build -v -j8