Skip to content

Commit

Permalink
Merge branch 'master' into sdl2
Browse files Browse the repository at this point in the history
Conflicts:
	Makefile
	code/renderercommon/qgl.h
	code/renderergl1/tr_local.h
	code/sdl/sdl_glimp.c
  • Loading branch information
Tim Angus committed May 8, 2013
2 parents b9355c5 + 42eeb75 commit d9d52f0
Show file tree
Hide file tree
Showing 427 changed files with 66,043 additions and 14,044 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: c
compiler:
- gcc
- clang
- i686-w64-mingw32-gcc

script: ./travis-ci-build.sh

before_install:
- sudo apt-get update -qq
- 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:
email: false

0 comments on commit d9d52f0

Please sign in to comment.