mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 04:52:34 +02:00
Improve Travis-CI stuff
This commit is contained in:
24
.travis.yml
24
.travis.yml
@@ -1,22 +1,26 @@
|
||||
# http://docs.travis-ci.com/user/build-configuration/
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
#branches:
|
||||
# only:
|
||||
# - master
|
||||
before_install:
|
||||
- sudo apt-get update -qq # UPDATE REPOS
|
||||
#- free -m
|
||||
#- df -h
|
||||
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
|
||||
- sudo apt-get update -qq # UPDATE REPOS
|
||||
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
|
||||
script:
|
||||
# ALL THE BUILD COMMANDS HERE
|
||||
- mk/linux/build-mg.sh -c 4
|
||||
#- dmesg
|
||||
- mk/linux/build-mg.sh -c 4
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "irc.freenode.org#megaglest"
|
||||
template:
|
||||
- "[%{commit} : %{author}] %{message}"
|
||||
- "%{build_url}"
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
use_notice: true
|
||||
template:
|
||||
#- "[%{commit}: %{author}] %{message}"
|
||||
#- "%{build_url}"
|
||||
- "[%{repository}#%{branch} @%{commit}] %{author}): %{message}"
|
||||
- "Diff: %{compare_url}"
|
||||
- "Build: %{build_url}"
|
||||
|
Submodule data/glest_game updated: 28765fb9ba...4148a9e4d7
Reference in New Issue
Block a user