travis: Add build with frozen versions for dependencies

This commit is contained in:
MerryMage 2017-10-21 22:46:46 +01:00
parent 26065fd872
commit 2284367591
4 changed files with 75 additions and 0 deletions

4
.travis/linux-frozen/build.sh Executable file
View file

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