Build Servo

This commit is contained in:
Simon Sapin 2018-09-14 18:34:43 +02:00
parent e50662bd80
commit aba63d4651
3 changed files with 88 additions and 17 deletions

9
servo-build-task.sh Executable file
View 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