mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Build Servo
This commit is contained in:
parent
e50662bd80
commit
aba63d4651
3 changed files with 88 additions and 17 deletions
9
servo-build-task.sh
Executable file
9
servo-build-task.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
git clone https://github.com/servo/servo/
|
||||
cd servo
|
||||
git checkout 0a2c61da91e77102ae774075ec4126937a79f038
|
||||
./mach build -d
|
Loading…
Add table
Add a link
Reference in a new issue