Skip to content

Commit

Permalink
Fix build on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Aug 26, 2019
1 parent a9f59a6 commit be719d9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ environment:
target: x86_64-pc-windows-gnu

install:
- set PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;%PATH%
- set PKG_CONFIG_PATH=%PKG_CONFIG_PATH%;C:\msys64\usr\lib\pkgconfig;C:\msys64\mingw64\lib\pkgconfig
- set LIBRARY_PATH=%LIBRARY_PATH%;C:\msys64\usr\lib;C:\msys64\mingw64\lib
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- set PATH=C:\msys64\usr\bin
- pacman --noconfirm -Syu
- pacman --noconfirm -S mingw-w64-x86_64-gtk3
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain %channel% --default-host %target%
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
- set PATH=%USERPROFILE%\.cargo\bin;C:\msys64\mingw64\bin
- rustc -vV
- cargo -vV

Expand Down

0 comments on commit be719d9

Please sign in to comment.