Skip to content

Commit

Permalink
Avoid duplicated Appveyor builds (#1473)
Browse files Browse the repository at this point in the history
* remove duplicated appveyor build

* avoid duplicat build for PR and feature branch
  • Loading branch information
yxlao committed Feb 4, 2020
1 parent aa04b62 commit 088d78d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .appveyor.yml
@@ -1,4 +1,7 @@
version: 1.0.{build}
branches:
only:
- master
image:
- Visual Studio 2017
test: off
Expand All @@ -14,12 +17,6 @@ environment:
- PYTHON: 36
CONFIG: Release
SHARED: ON
- PYTHON: 36
CONFIG: Release
SHARED: OFF
- PYTHON: 36
CONFIG: Release
SHARED: ON
install:
- ps: |
if ($env:PLATFORM -eq "x64") {
Expand Down

0 comments on commit 088d78d

Please sign in to comment.