This commit is contained in:
admin 2024-03-25 20:30:21 +01:00
parent 50cd6e841a
commit 8be3a1355a
3 changed files with 23 additions and 0 deletions

13
all.sh Normal file
View 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
View file

@ -0,0 +1,3 @@
#Configure and Build
./mach configure
./mach build

7
clean.sh Normal file
View 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