Builder/all.sh

14 lines
254 B
Bash
Raw Normal View History

2024-03-25 20:30:21 +01:00
#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