Skip to content

Instantly share code, notes, and snippets.

@nickoe
Last active July 8, 2018 13:16
Show Gist options
  • Save nickoe/0ed257431e20db875cdfdbe316f9404b to your computer and use it in GitHub Desktop.
Save nickoe/0ed257431e20db875cdfdbe316f9404b to your computer and use it in GitHub Desktop.
Test for appveyor.yml for kicad with msys2
image: Visual Studio 2017
build_script:
# - C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade
- C:\msys64\usr\bin\pacman -Q
- make_x86_64.bat
- dir
cache:
- path: msys64
artifacts:
- path: .logs/*
on_failure:
- appveyor PushArtifact .logs/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment