1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-17 13:59:38 +00:00
Files
UXP/testing/mozharness/scripts/spidermonkey/build.b2g
T

9 lines
184 B
Bash

#!/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