summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Added oggenc to Travis configkrzys_h2014-11-011-1/+1
|
* Add physfs to travis configPiotr Dziwinski2014-10-071-1/+1
|
* Enable OpenAL in CI buildDidier Raboud2013-11-141-2/+2
|
* Fix for travis CI buildPiotr Dziwinski2013-06-241-1/+1
|
* Revert "Travis change from #148"Piotr Dziwinski2013-03-251-2/+0
| | | | | | This reverts commit 5f1c202a6b35a0b5c102d9ab6b8bf1e730ce5a03. Reverting change because we still need to check GCC 4.6 compatibility.
* Travis change from #148Piotr Dziwinski2013-03-251-0/+2
|
* Revert "Temporairly disabled "test" in travis"Didier Raboud2013-02-141-1/+1
| | | | This reverts commit 15682c27e3be211cac2ab0f3c0c708c12679cfc3.
* Temporairly disabled "test" in traviskrzys-h2013-02-141-1/+1
| | | It always fails.
* In travis, add libsndfile-dev as build-dependencyDidier Raboud2013-01-201-1/+1
|
* In travis, add boost backport from Mapnik to succeed clang buildDidier Raboud2013-01-101-0/+1
|
* Also test intallationDidier Raboud2013-01-101-1/+1
|
* In travis, do out-of-tree buildDidier Raboud2013-01-101-1/+1
|
* Enable clang build in travisDidier Raboud2013-01-101-0/+1
|
* Added GLEW to travis configPiotr Dziwinski2013-01-091-1/+1
|
* Disabled travis e-mail notificationsPiotr Dziwinski2013-01-091-0/+2
|
* Add SVG colobot iconDidier Raboud2012-12-271-1/+1
| | | | | | - Refer to the icon in the desktop file - Use rsvg-convert to get scaled PNG versions - Add librsvg2-bin to travis
* Add translated freedesktop 'Desktop Entry' fileDidier Raboud2012-12-271-1/+1
| | | | | | - Add po4a as build-dependency for travis (but it fallsback to english-only if not found) - Add (easy) french translation
* latest changeserihel2012-12-211-1/+1
|
* Reduce dependencies installation in travisDidier Raboud2012-12-191-1/+1
| | | | Use apt-get's --no-install-recommends.
* Add travis YAML configuration file.Didier Raboud2012-12-181-0/+8
This is intended to be used with http://travis-ci.org, which is neatly integrated with Github (and free).