summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 3e836bb2ab29245b4236a5ae6d100b74c874c171 (plain)
1
2
3
4
5
6
7
8
language: cpp
compiler:
  - gcc
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