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:
commit
b20c038a99
1 changed files with 6 additions and 0 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue