mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-29 23:32:23 +00:00
One last try...
This commit is contained in:
parent
eeb088dd3c
commit
d044cd80f7
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@ compiler:
|
||||||
script: ./build-test.sh
|
script: ./build-test.sh
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -q
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -q libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
|
- 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