Update Travis.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-26 17:28:09 +02:00
parent 6b39d122a6
commit a7386238dd
7 changed files with 165 additions and 88 deletions
+5 -6
View File
@@ -8,7 +8,6 @@ branches:
machine:
environment:
TRAVIS_BUILD_DIR: $HOME/upx
TRAVIS_OS_NAME: linux
C: gcc-4.8-m64
B: release
@@ -20,14 +19,14 @@ checkout:
dependencies:
pre:
- mkdir -p $TRAVIS_BUILD_DIR/deps
- cd $TRAVIS_BUILD_DIR/deps && wget --no-check-certificate -q -O - https://download.freenas.org/distfiles/ucl-1.03.tar.gz | tar -xz
- cd $TRAVIS_BUILD_DIR/deps && git clone https://github.com/upx/upx-testsuite
- mkdir -p ../deps
- cd ../deps && wget --no-check-certificate -q -O - https://download.freenas.org/distfiles/ucl-1.03.tar.gz | tar -xz
- cd ../deps && git clone https://github.com/upx/upx-testsuite
override:
- bash $TRAVIS_BUILD_DIR/.github/travis_build.sh
- bash ./.github/travis_build.sh
test:
override:
- bash $TRAVIS_BUILD_DIR/.github/travis_testsuite.sh
- bash ./.github/travis_testsuite.sh
# vim:set ts=2 sw=2 et: