MegaGlest/.travis.yml
SoftCoder e3996ceb92 - bugfixes for coverity reported issues
- new bash parameters for build-mg.sh (in prep for coverity automation)
- updated travis build to use new bash param
2013-12-17 17:35:51 -08:00

23 lines
459 B
YAML

language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq # UPDATE REPOS
#- free -m
#- df -h
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
script:
# ALL THE BUILD COMMANDS HERE
- ./build-mg.sh -c 4
#- dmesg
notifications:
irc:
channels:
- "irc.freenode.org#megaglest"
template:
- "[%{commit} : %{author}] %{message}"
- "%{build_url}"
use_notice: true
skip_join: true