mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 06:50:43 +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
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
#branches:
|
||||||
|
# only:
|
||||||
|
# - master
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq # UPDATE REPOS
|
- sudo apt-get update -qq # UPDATE REPOS
|
||||||
#- free -m
|
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
|
||||||
#- df -h
|
|
||||||
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
|
|
||||||
script:
|
script:
|
||||||
# ALL THE BUILD COMMANDS HERE
|
# ALL THE BUILD COMMANDS HERE
|
||||||
- mk/linux/build-mg.sh -c 4
|
- mk/linux/build-mg.sh -c 4
|
||||||
#- dmesg
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.org#megaglest"
|
- "irc.freenode.org#megaglest"
|
||||||
template:
|
|
||||||
- "[%{commit} : %{author}] %{message}"
|
|
||||||
- "%{build_url}"
|
|
||||||
use_notice: true
|
|
||||||
skip_join: 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