Updated travis hook

master
Peter Drahoš 2013-02-18 16:36:41 +01:00
parent 842971efd7
commit 55f0d6a02c
1 changed files with 9 additions and 10 deletions

View File

@ -7,9 +7,8 @@ language: C
# Try using multiple Lua Implementations
env:
- TOOL="" # Use native compiler (GCC usually)
- COMPILER="clang" # Use clang
# - COMPILER="fortran" # Use fortran, make sure to modify the matrix section
- TOOL="gcc" # Use native compiler (GCC usually)
- TOOL="clang" # Use clang
- TOOL="i686-w64-mingw32" # 32bit MinGW
- TOOL="x86_64-w64-mingw32" # 64bit MinGW
- TOOL="arm-linux-gnueabihf" # ARM hard-float (hf), linux
@ -20,23 +19,23 @@ matrix:
- env: TOOL="i686-w64-mingw32"
- env: TOOL="x86_64-w64-mingw32"
- env: TOOL="arm-linux-gnueabihf"
# Install dependencies
install:
- git clone git://github.com/LuaDist/_util.git ~/_util
- ~/_util/travis install
- git clone git://github.com/LuaDist/Tools.git ~/_tools
- ~/_tools/travis/travis install
# Bootstap
before_script:
- ~/_util/travis bootstrap
- ~/_tools/travis/travis bootstrap
# Build the module
script:
- ~/_util/travis build
- ~/_tools/travis/travis build
# Execute additional tests or commands
#after_script:
# - ~/_util/travis test
after_script:
- ~/_tools/travis/travis test
# Only watch the master branch
branches: