File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ skip_commits:
1212
1313environment :
1414 global :
15- APPVEYOR_SAVE_CACHE_ON_ERROR : true
1615 EVENT_TESTS_PARALLEL : 20
1716 EVENT_BUILD_PARALLEL : 10
17+ CYG_ROOT : C:/MinGW/msys/1.0
1818 matrix :
1919 - Platform : Cygwin32
2020 - Platform : MinGW32
@@ -49,11 +49,10 @@ init:
4949 - ' echo Repo build commit is: %APPVEYOR_REPO_COMMIT%'
5050 - ' echo Cygwin root is: %CYG_ROOT%'
5151install :
52- - C:\MinGW\bin\mingw-get install autotools autoconf automake
52+ - C:\MinGW\bin\mingw-get install gcc g++ autotools autoconf automake
5353build_script :
5454 - ps : |
55- $env:PATH="$env:C:\cygwin\bin;C:\MinGW\bin;$($env:PATH)"
56- bash -lc "echo 'C:\cygwin /cygwin' > /etc/fstab"
55+ $env:PATH="$env:C:\CYG_ROOT\bin;C:\MinGW\bin;$($env:PATH)"
5756 bash -lc "echo 'C:\MinGW /mingw' > /etc/fstab"
5857 $env:APPVEYOR_BUILD_FOLDER = $env:APPVEYOR_BUILD_FOLDER -replace "\\", "/"
5958 bash -lc "exec 0</dev/null; exec 2>&1; cd $env:APPVEYOR_BUILD_FOLDER; bash -x ./bootstrap && mkdir -p build && cd build && ../configure && make"
You can’t perform that action at this time.
0 commit comments