Create build.sh

This commit is contained in:
SmookeFR
2018-01-20 18:35:41 +01:00
committed by GitHub
parent 2e06c427c5
commit 4ec7009c0e

View File

@@ -0,0 +1,4 @@
#!/bin/bash -ex
docker pull ubuntu:16.04
docker run -v $(pwd):/yuzu ubuntu:16.04 /bin/bash -ex /yuzu/.travis/linux-frozen/docker.sh