Skip to content

Commit

Permalink
Fix rustc and cmake install on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Mar 22, 2017
1 parent 332a411 commit 72db56f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ configuration: Release
clone_folder: C:\BearLibTerminal.rs

install:
- curl -L https://static.rust-lang.org/dist/rust-beta-x86_64-pc-windows-gnu.msi -oC:\rust-beta-x86_64-pc-windows-gnu.msi
- start /w msiexec /qn /quiet /passive /a C:\rust-beta-x86_64-pc-windows-gnu.msi TARGETDIR="C:\Program Files"
-
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%;C:\Program Files\Rust\bin;C:\
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%;C:\Users\appveyor\.cargo\bin;C:\
- set LIBRARY_PATH=C:\
-
- bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
- bash -lc "pacman --noconfirm -Sy"
- bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain cmake"
- bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake"
-
- curl -SL https://win.rustup.rs/ -oC:\rustup-init.exe
- C:\rustup-init.exe -y --default-host="x86_64-pc-windows-gnu"
-
- git clone https://github.com/nabijaczleweli/BearLibTerminal.git C:\BearLibTerminal
- cd C:\BearLibTerminal\Build
Expand Down

0 comments on commit 72db56f

Please sign in to comment.