summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-12-27 09:54:55 +0100
committerDidier Raboud <odyx@debian.org>2012-12-27 10:02:18 +0100
commitc2ebd5551ff2569f56e3321efd2d9bedaf079955 (patch)
treec3f9c867393982c4400f1378801c5184b2a363b2 /.travis.yml
parenta75f02089cd97b62cb7cf1505bd38e32da14eb69 (diff)
downloadcolobot-c2ebd5551ff2569f56e3321efd2d9bedaf079955.tar.gz
colobot-c2ebd5551ff2569f56e3321efd2d9bedaf079955.tar.bz2
colobot-c2ebd5551ff2569f56e3321efd2d9bedaf079955.zip
Add SVG colobot icon
- Refer to the icon in the desktop file - Use rsvg-convert to get scaled PNG versions - Add librsvg2-bin to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3e836bb..660a2f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,4 @@ script: cmake . -DCMAKE_VERBOSE_MAKEFILE=ON && make all doc test
before_install:
- git submodule update --init --recursive
- sudo apt-get update -qq
- - sudo apt-get install -qq --no-install-recommends libgl1-mesa-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libpng12-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-regex-dev google-mock libgtest-dev doxygen graphviz po4a
+ - sudo apt-get install -qq --no-install-recommends libgl1-mesa-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libpng12-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-regex-dev google-mock libgtest-dev doxygen graphviz po4a librsvg2-bin