Update Travis.
This commit is contained in:
+5
-6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user