travis: use prebuilt image (#3839)

* travis: use prebuilt image

* travis: use prebuilt image (MinGW)
This commit is contained in:
liushuyu 2018-08-07 22:54:57 +08:00 committed by fearlessTobi
parent 1f4dfb3998
commit a9f58593d4
6 changed files with 4 additions and 17 deletions

View file

@ -1,8 +1,5 @@
#!/bin/bash -ex
apt-get update
apt-get install --no-install-recommends -y build-essential git libqt5opengl5-dev libsdl2-dev libssl-dev python qtbase5-dev qtwebengine5-dev wget cmake ninja-build ccache
cd /yuzu
mkdir build && cd build