Skip to content

Commit

Permalink
Refs fibercrypto#342, tell pacman to trust and install the packages w…
Browse files Browse the repository at this point in the history
…ith no confirmation
  • Loading branch information
stdevPavelmc committed Dec 5, 2019
1 parent ca6be43 commit 9742e3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci-scripts/install-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ export msys2="cmd.exe //C RefreshEnv.cmd & C:/tools/msys64/msys2_shell.cmd -deft
# install msys2 using chocolatey
choco install msys2

$msys2 pacman -Sy make gcc protobuf unzip python3-pip tree
$msys2 pacman -Sy --noconfirm make gcc protobuf unzip python3-pip tree

# There are no available packages for MSYS2, listed below
# To make them work under MSYS2, we need to move all files to MSYS2 /usr/
$msys2 pacman -Sy mingw-w64-x86_64-check
$msys2 pacman -Sy mingw-w64-x86_64-SDL2
$msys2 pacman -Sy mingw-w64-x86_64-protobuf-c
$msys2 pacman -Sy mingw-w64-x86_64-clang
$msys2 pacman -Sy --noconfirm mingw-w64-x86_64-check
$msys2 pacman -Sy --noconfirm mingw-w64-x86_64-SDL2
$msys2 pacman -Sy --noconfirm mingw-w64-x86_64-protobuf-c
$msys2 pacman -Sy --noconfirm mingw-w64-x86_64-clang
set -e && echo "If u got error"

# debug the fylesystem structure on travis
Expand Down

0 comments on commit 9742e3b

Please sign in to comment.