Merge pull request #346 from solson/oli-obk-patch-3

Only run appveyor on the master branch and on PRs
This commit is contained in:
Ralf Jung 2017-09-18 11:12:53 +02:00 committed by GitHub
commit b20c038a99

View file

@ -7,6 +7,12 @@ environment:
- TARGET: x86_64-pc-windows-msvc
MSYS2_BITS: 64
# branches to build
branches:
# whitelist
only:
- master
install:
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
- curl -sSf -o rustup-init.exe https://win.rustup.rs/