mirror of https://github.com/stella-emu/stella.git
Make Travis build use a released SDL, not a WIP from Mercurial.
This commit is contained in:
parent
e02bab3bf0
commit
1ac3c4dadc
|
@ -44,8 +44,9 @@ install:
|
||||||
mkdir -p ~/Library/Frameworks/
|
mkdir -p ~/Library/Frameworks/
|
||||||
ln -s `pwd`/build/Release/SDL2.framework ~/Library/Frameworks/
|
ln -s `pwd`/build/Release/SDL2.framework ~/Library/Frameworks/
|
||||||
else
|
else
|
||||||
hg clone https://hg.libsdl.org/SDL SDL
|
curl -O https://www.libsdl.org/release/SDL2-2.0.10.tar.gz
|
||||||
cd SDL
|
tar xzf SDL2-2.0.10.tar.gz
|
||||||
|
cd SDL2-2.0.10
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
../configure
|
../configure
|
||||||
|
|
Loading…
Reference in New Issue