Skip to content

Commit c326c95

Browse files
committed
Re-align appveyor script with the suggested one
1 parent 0ab6088 commit c326c95

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ skip_commits:
1212

1313
environment:
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%'
5151
install:
52-
- C:\MinGW\bin\mingw-get install autotools autoconf automake
52+
- C:\MinGW\bin\mingw-get install gcc g++ autotools autoconf automake
5353
build_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"

0 commit comments

Comments
 (0)