Update Travis and AppVeyor.
This commit is contained in:
+6
-3
@@ -3,15 +3,16 @@
|
||||
|
||||
branches:
|
||||
only:
|
||||
- circle
|
||||
- devel
|
||||
- travis
|
||||
|
||||
machine:
|
||||
environment:
|
||||
TRAVIS_OS_NAME: linux
|
||||
C: gcc-4.8-m64
|
||||
B: release
|
||||
ALLOW_FAIL:
|
||||
CROSS:
|
||||
T:
|
||||
|
||||
checkout:
|
||||
post:
|
||||
@@ -20,9 +21,11 @@ checkout:
|
||||
dependencies:
|
||||
pre:
|
||||
- mkdir -p ../deps
|
||||
- cd ../deps && wget -q -O - https://github.com/upx/upx/files/499379/ucl-1.03.tar.gz | tar -xz
|
||||
- cd ../deps && wget -q -O - https://github.com/upx/upx/releases/download/v3.00/ucl-1.03.tar.xz | tar -xJ
|
||||
- cd ../deps && wget -q -O - https://github.com/upx/upx/releases/download/v3.00/zlib-1.2.8.tar.xz | tar -xJ
|
||||
- cd ../deps && git clone https://github.com/upx/upx-testsuite
|
||||
override:
|
||||
- mkdir -p ../build/travis
|
||||
- bash ./.github/travis_build.sh
|
||||
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user