File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ skip_commits:
1313environment :
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:
4140matrix :
4241 allow_failures :
4342 - EVENT_ALLOW_FAILURE : 1
44- fast_finish : true
4543
4644init :
4745 - ' echo Building libhttpserver %version% for Windows'
@@ -54,9 +52,9 @@ install:
5452 - C:\MinGW\bin\mingw-get install autotools autoconf automake
5553build_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
You can’t perform that action at this time.
0 commit comments