Skip to content

Commit

Permalink
appveyor move back to standard mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Feb 6, 2017
1 parent 150309c commit 71a2e54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ os: unstable
##

platform:
- x86
#- x86
- x64

install:
#- ps: $env:Path += ";C:\MinGW\bin;"
- ps: $env:Path += ";C:\MinGW\bin;"
- ps: $env:Path += ";C:\MinGW\msys\1.0\bin";
- ps: $env:Path = "C:\Program Files (x86)\Microsoft Visual Studio 14.0\vc\bin;" + $env:Path
#- ps: $env:Path += ";C:\msys64\mingw64\bin;C:\msys64\usr\bin\"
- ps: if ( $env:Platform -eq "x64" ) {
$env:Path = "C:\msys64\mingw64\bin;C:\msys64\usr\bin;" + $env:Path
} else {
$env:Path = "C:\msys64\mingw32\bin;C:\msys64\usr\bin;" + $env:Path
}
#- ps: if ( $env:Platform -eq "x64" ) {
# $env:Path = "C:\msys64\mingw64\bin;C:\msys64\usr\bin;" + $env:Path
# } else {
# $env:Path = "C:\msys64\mingw32\bin;C:\msys64\usr\bin;" + $env:Path
# }

build_script:
#- ps: dir C:\MinGW\msys\1.0\bin
Expand Down

0 comments on commit 71a2e54

Please sign in to comment.