mirror of
https://github.com/glest/glest-source.git
synced 2025-02-22 18:54:58 +01:00
- new bash parameters for build-mg.sh (in prep for coverity automation) - updated travis build to use new bash param
23 lines
459 B
YAML
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
|