MegaGlest/.travis.yml

22 lines
437 B
YAML
Raw Normal View History

language: cpp
compiler:
- gcc
2013-12-09 01:56:11 +01:00
#- clang
before_install:
- sudo apt-get update -qq # UPDATE REPOS
2013-12-09 01:15:06 +01:00
- free -m
- df -h
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
script:
# ALL THE BUILD COMMANDS HERE
- ./build-mg.sh 1core
2013-12-09 01:56:11 +01:00
- dmesg
notifications:
irc:
channels:
- "irc.freenode.org#megaglest"
template:
- "[%{commit} : %{author}] %{message}"
- "%{build_url}"
skip_join: true