Last active
July 8, 2018 10:45
-
-
Save nickoe/97f983e0b0aba8177f784ed23a5bbdbf to your computer and use it in GitHub Desktop.
Debugging msys2 install on appveyor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install: | |
- C:\msys64\usr\bin\pacman --noconfirm --ask 20 --sync --refresh --refresh --sysupgrade --sysupgrade | |
build_script: | |
- C:\msys64\usr\bin\pacman -Q | |
- C:\msys64\usr\bin\pacman --noconfirm --needed -S bash pacman pacman-mirrors msys2-runtime | |
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade | |
- C:\msys64\usr\bin\pacman --noconfirm -Sy | |
- C:\msys64\usr\bin\pacman --noconfirm -S vim | |
- C:\msys64\usr\bin\pacman --noconfirm -S p11-kit | |
- C:\msys64\usr\bin\pacman --noconfirm -S ca-certificates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment