get build system info for travis CI

This commit is contained in:
Tom Reynolds 2013-12-09 01:15:06 +01:00
parent 09fb20182a
commit 78eb119c29
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ compiler:
- clang - clang
before_install: before_install:
- sudo apt-get update -qq # UPDATE REPOS - sudo apt-get update -qq # UPDATE REPOS
- sudo apt-cache policy - free -m
- df -h
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE - sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL DEPENDENCIES HERE
script: script:
# ALL THE BUILD COMMANDS HERE # ALL THE BUILD COMMANDS HERE