Commit Graph

20 Commits

Author SHA1 Message Date
Zack Middleton 458ab7716c Make travis do all the builds again
Travis was only using the last env section, not merged them and was only doing
one build using gcc instead of six builds (gcc, clang, mingw, ..).
2014-12-28 15:38:22 -06:00
Tim Angus 2dc7c5a7d0 Fix .travis.yml indentation 2014-09-01 21:35:37 +01:00
Tim Angus 28fa7c639f Coverity travis integration experiment 2014-09-01 21:16:41 +01:00
Zack Middleton 107cae63d6 Merge branch 'master' into sdl2
Conflicts:
	.travis.yml
2014-06-03 00:52:49 -05:00
Zack Middleton 494789664e Try to fix Travis CI MinGW builds
Listing i686-w64-mingw32-gcc as a compiler stopped working.
Travis tries to print version before installing it.

$ i686-w64-mingw32-gcc --version

/home/travis/build.sh: line 201: i686-w64-mingw32-gcc: command not found

The command "i686-w64-mingw32-gcc --version" failed and exited with 127 during setup.
2014-05-19 17:28:06 -05:00
Zack Middleton 5c4e429471 Merge branch 'features/add-x86_64-travis-ci-support' of github.com:xhairball/ioq3 2014-05-12 21:34:40 -05:00
Zack Middleton 6d47ff88a6 Don't install libvorbis-dev on Travis
The in-tree copy of vorbis is used. No reason to install the package anymore.
2014-05-12 21:30:39 -05:00
hairball 4e67034d5a Add support for x86_64 cross compiling in Travis CI 2014-02-10 10:35:01 +00:00
Zack Middleton 1ec9f8d1a8 Fix building sdl2 branch on travis-ci
Install libsdl2-dev from a PPA.
2013-09-21 00:34:29 -05:00
Tim Angus 5d862d222e Make travis silent 2013-03-22 16:41:47 +00:00
Zack Middleton a2dc160359 Move mingw to separate build job on travis-ci 2013-03-12 16:33:49 -05:00
Tim Angus c3b3978929 Only spam IRC on failure 2013-03-07 23:29:18 +00:00
Tim Angus d044cd80f7 One last try... 2013-03-07 17:07:15 +00:00
Tim Angus eeb088dd3c Use -q instead of -qq on apt-get 2013-03-07 16:55:14 +00:00
Tim Angus 8b38503ba5 Use the mingw fork that gets maintained 2013-03-07 16:46:13 +00:00
Zack Middleton 4e5b84fe8f autobuild: test default build, with extra options, and mingw 2013-03-06 16:57:02 -06:00
Zack Middleton 166c417204 autobuild: Enable Ogg Vorbis, Freetype, and MDR model support
Removed unneeded SDL packages.
2013-03-06 16:04:06 -06:00
Zachary Slater 9d73363551 updated travis file to notify us in our lonely IRC outpost of love. 2013-03-06 00:35:05 -08:00
Zachary Slater 8e5bf01bcc Fixed the auto build, for details go here: https://travis-ci.org/ioquake/ioq3 2013-03-05 23:52:24 -08:00
Zachary Slater a90a52c6a6 Testing out autobuild stuff. 2013-03-05 20:29:38 -08:00