commit 07f49e104b495cf3c4175e4f31d853a69d82c04a
parent 4a5f06fcaad3fb5e7df4dcbec2d5600cfcc1d483
Author: cfillion <cfillion@users.noreply.github.com>
Date: Wed, 5 Dec 2018 18:48:56 -0500
fix AppVeyor builds
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.appveyor.yml b/.appveyor.yml
@@ -13,6 +13,7 @@ before_build:
for:
- matrix: { only: [ image: *linux ] }
install:
+ - sudo service docker start
- docker run --name arch --rm --privileged -tidv `pwd`:/build -w /build
-e CURLSO=:libcurl.so.3 archlinux/base
- docker exec arch
@@ -45,9 +46,7 @@ for:
- set PATH=C:\Tools\tup;%PATH%
- mklink /J vendor\vcpkg C:\Tools\vcpkg > NUL
- - git -C vendor\vcpkg pull
- git apply --directory=vendor vendor\0001-vcpkg-curl-use-winssl.patch
- - vcpkg upgrade --no-dry-run
- set /p vcpkg-deps=<vendor\vcpkg-deps.txt
- vcpkg install --triplet %PLATFORM%-windows-static %vcpkg-deps%
build_script: tup %PLATFORM%