index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-06-25 12:40:18.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-06-25 12:40:52.0 +00:00:00
commit
9227eabc311d1eb8cf4cb5d49ba58ecdc7581e33 [patch]
tree
3ace184edf095c943039433c2acdf3aabd1ea217
parent
f54c6dc60ebf975e7d10df6cc77088df146892f6
download
9227eabc311d1eb8cf4cb5d49ba58ecdc7581e33.tar.gz

feat: introduce bors ci for v2



Diff

 .github/workflows/devel.yml |  2 ++
 bors.toml                   | 17 +++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml
index 8f19624..cd62609 100644
--- a/.github/workflows/devel.yml
+++ b/.github/workflows/devel.yml
@@ -4,6 +4,8 @@ on:
  push:
    branches:
    - master
    - staging
    - trying
  schedule:
  - cron: '30 01 * * *'

diff --git a/bors.toml b/bors.toml
new file mode 100644
index 0000000..16b386a
--- /dev/null
+++ b/bors.toml
@@ -0,0 +1,17 @@
status = [
    "test (pinned)",
    "test (stable)",
    "test (beta)",
    "test (linux-musl)",
    "test (linux-musl-arm64)",
    "test (linux-gnu)",
    "test (linux-gnu-arm64)",
    "test (linux-arm-gnueabihf)",
    "test (macos)",
    "test (macos-arm64)",
    "test (windows-msvc)",
    "test (windows-msvc-arm64)",
    "checks",
]
delete_merged_branches = true
timeout_sec = 1200 # 20 min