Update Travis and AppVeyor.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-10-01 00:58:03 +02:00
parent ee093e5232
commit 3534ed21d7
6 changed files with 338 additions and 149 deletions
+6 -3
View File
@@ -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: