wesnoth/.travis.yml
2013-05-19 22:43:41 +02:00

22 lines
801 B
YAML

language: cpp
compiler:
- clang
- gcc
install:
- sudo apt-get update -qq
- sudo apt-get install -qq libboost-iostreams-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-thread-dev libcairo2-dev libfribidi-dev libpango1.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
script: scons cxxtool=$CXX
branches:
only:
- master
- 1.10
notifications:
email: false
irc:
channels:
- "chat.freenode.net#wesnoth-test"
template:
- "\x02%{repository}\x0f#\x0303%{build_number}\x0f (\x0307%{branch}\x0f - \x02%{commit}\x0f : \x0303%{author}\x0f): %{message}"
- "Change view : \x0305%{compare_url}\x0f"
- "Build details : \x0305%{build_url}\x0f"