Skip to content

Instantly share code, notes, and snippets.

@nickoe
Last active July 8, 2018 10:45
Show Gist options
  • Save nickoe/97f983e0b0aba8177f784ed23a5bbdbf to your computer and use it in GitHub Desktop.
Save nickoe/97f983e0b0aba8177f784ed23a5bbdbf to your computer and use it in GitHub Desktop.
Debugging msys2 install on appveyor
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