mirror of
https://github.com/servo/servo.git
synced 2025-10-16 08:20:22 +01:00
7 lines
152 B
Bash
Executable file
7 lines
152 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -ex
|
|
|
|
cd "${0%/*}"
|
|
virtualenv -p python .virtualenv
|
|
.virtualenv/bin/pip install pyyaml cairocffi
|
|
.virtualenv/bin/python gentest.py
|