Init
This commit is contained in:
commit
9f4e7b9eae
3 changed files with 23 additions and 0 deletions
13
all.sh
Normal file
13
all.sh
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#Discard uncommited changes
|
||||||
|
hg revert --all --no-backup
|
||||||
|
#Clean build
|
||||||
|
./mach clobber
|
||||||
|
#Update Mozilla repo
|
||||||
|
hg pull -u
|
||||||
|
./mach update
|
||||||
|
#Update patches
|
||||||
|
git clone https://weforgecode.xyz/Spitfire/Branding.git
|
||||||
|
#Configure and Build
|
||||||
|
./mach configure
|
||||||
|
./mach build
|
||||||
|
|
3
build.sh
Normal file
3
build.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#Configure and Build
|
||||||
|
./mach configure
|
||||||
|
./mach build
|
7
clean.sh
Normal file
7
clean.sh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#Discard uncommited changes
|
||||||
|
hg revert --all --no-backup
|
||||||
|
#Clean build
|
||||||
|
./mach clobber
|
||||||
|
#Update Mozilla repo
|
||||||
|
hg pull -u
|
||||||
|
./mach update
|
Loading…
Add table
Add a link
Reference in a new issue