From 3cfdb868ef523376e057cb595b464ab606b5ef43 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Fri, 8 Mar 2019 10:20:46 +0100 Subject: [PATCH] feat(bors) Set up Bors. --- .appveyor.yml | 9 +++++++-- bors.toml | 9 +++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 bors.toml diff --git a/.appveyor.yml b/.appveyor.yml index eca2e24aedf..40194cd066c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: @@ -57,6 +59,9 @@ after_build: - appveyor PushArtifact ..\..\WasmerInstaller-%APPVEYOR_REPO_TAG_NAME%.exe - cd ..\..\ +matrix: + fast_finish: true + deploy: description: 'WasmerInstaller' artifact: /.*\.exe/ diff --git a/bors.toml b/bors.toml new file mode 100644 index 00000000000..c56141cd5ff --- /dev/null +++ b/bors.toml @@ -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 \ No newline at end of file