We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a13c8b commit 4ba5944Copy full SHA for 4ba5944
appveyor.yml
@@ -52,7 +52,7 @@ install:
52
- C:\MinGW\bin\mingw-get install gcc g++ autotools autoconf automake msys-base msys-m4
53
build_script:
54
- ps: |
55
- $env:PATH="$env:C:\CYG_ROOT\bin;C:\MinGW\bin;$($env:PATH)"
+ $env:PATH="$env;C:\MinGW\msys\1.0\bin;C:\CYG_ROOT\bin;C:\MinGW\bin;$($env:PATH)"
56
bash -lc "echo 'C:\MinGW /mingw' > /etc/fstab"
57
$env:APPVEYOR_BUILD_FOLDER = $env:APPVEYOR_BUILD_FOLDER -replace "\\", "/"
58
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