Skip to content

Commit

Permalink
Disable cross-compile testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspard committed Apr 4, 2013
1 parent 6eb8564 commit f8ce18e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ env:
- 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
# This will always fail because lvm.c fails
# - TOOL="arm-linux-gnueabihf" # ARM hard-float (hf), linux

# Crosscompile builds may notfail
# matrix:
Expand All @@ -35,7 +36,8 @@ before_script:

# Build the module
script:
- ~/_tools/travis/travis build && ~/build/lubyk/lub/_test/bin/lua test/all.lua || ~/build/lubyk/lub/_test/bin/lua.exe test/all.lua
- ~/_tools/travis/travis build && (test -e ~/build/lubyk/lub/_test/bin/lua.exe || ~/build/lubyk/lub/_test/bin/lua test/all.lua)


# Execute additional tests or commands
after_script:
Expand Down

0 comments on commit f8ce18e

Please sign in to comment.