mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00:00
Added CI based on GitHub Actions.
Pushes to master and stable branches will result in buildbot-like checks on multiple OSes and architectures. Pull requests will be checked on a public Ubuntu GitHub runner.
This commit is contained in:
parent
082a3cbe3b
commit
042b9cc4db
2 changed files with 19 additions and 0 deletions
11
.github/workflows/buildbot.yml
vendored
Normal file
11
.github/workflows/buildbot.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: buildbot
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'stable-1.*'
|
||||
|
||||
jobs:
|
||||
buildbot:
|
||||
uses: nginx/ci-self-hosted/.github/workflows/nginx-buildbot.yml@main
|
||||
8
.github/workflows/check-pr.yml
vendored
Normal file
8
.github/workflows/check-pr.yml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name: check-pr
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
check-pr:
|
||||
uses: nginx/ci-self-hosted/.github/workflows/nginx-check-pr.yml@main
|
||||
Loading…
Add table
Add a link
Reference in a new issue