Skip to content

Commit b66fd40

Browse files
committed
Simplify appveyor script
1 parent 0ace243 commit b66fd40

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ skip_commits:
1313
environment:
1414
global:
1515
APPVEYOR_SAVE_CACHE_ON_ERROR: true
16-
CYG_ROOT: C:/MinGW/msys/1.0
1716
EVENT_TESTS_PARALLEL: 20
1817
EVENT_BUILD_PARALLEL: 10
1918
matrix:
@@ -41,7 +40,6 @@ environment:
4140
matrix:
4241
allow_failures:
4342
- EVENT_ALLOW_FAILURE: 1
44-
fast_finish: true
4543

4644
init:
4745
- 'echo Building libhttpserver %version% for Windows'
@@ -54,9 +52,9 @@ install:
5452
- C:\MinGW\bin\mingw-get install autotools autoconf automake
5553
build_script:
5654
- ps: |
57-
$env:PATH="$env:CYG_ROOT\bin;C:\MinGW\bin;$($env:PATH)"
55+
$env:PATH="$env:C:\cygwin\bin;C:\MinGW\bin;$($env:PATH)"
56+
bash -lc "echo 'C:\cygwin /cygwin' > /etc/fstab"
5857
bash -lc "echo 'C:\MinGW /mingw' > /etc/fstab"
59-
bash -lc "echo 'C:\OpenSSL-Win32 /ssl' >> /etc/fstab"
6058
$env:APPVEYOR_BUILD_FOLDER = $env:APPVEYOR_BUILD_FOLDER -replace "\\", "/"
6159
bash -lc "exec 0</dev/null; exec 2>&1; cd $env:APPVEYOR_BUILD_FOLDER; bash -x ./bootstrap && mkdir -p build && cd build && ../configure && make"
6260

0 commit comments

Comments
 (0)