Skip to content

Commit

Permalink
Try #250:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] committed Mar 8, 2019
2 parents afc83d2 + f2fe05b commit 1e3717e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ version: "{build} ~ {branch}"

os: Visual Studio 2017

# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true
branches:
only:
- staging
- trying

environment:
matrix:
Expand Down Expand Up @@ -57,6 +59,9 @@ after_build:
- appveyor PushArtifact ..\..\WasmerInstaller-%APPVEYOR_REPO_TAG_NAME%.exe
- cd ..\..\

matrix:
fast_finish: true

deploy:
description: 'WasmerInstaller'
artifact: /.*\.exe/
Expand Down
9 changes: 9 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
status = [
"ci/circleci: lint",
"ci/circleci: test",
"ci/circleci: test-macos",
"continuous-integration/appveyor/branch"
]
required_approvals = 1
timeout_sec = 900
delete_merged_branches = true

0 comments on commit 1e3717e

Please sign in to comment.