mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Merge branch 'HEAD' of https://github.com/ioquake/ioq3.git
This commit is contained in:
commit
f789cff079
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ script: ./build-test.sh
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw32
|
- sudo apt-get remove -qq -y mingw32
|
||||||
|
- sudo apt-get install -q -y libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#ioquake3"
|
irc: "irc.freenode.org#ioquake3"
|
||||||
|
|
Loading…
Reference in a new issue