Skip to content

Commit 042b9cc

Browse files
thresheekpluknet
authored andcommitted
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.
1 parent 082a3cb commit 042b9cc

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/buildbot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: buildbot
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- 'stable-1.*'
8+
9+
jobs:
10+
buildbot:
11+
uses: nginx/ci-self-hosted/.github/workflows/nginx-buildbot.yml@main

.github/workflows/check-pr.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: check-pr
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
check-pr:
8+
uses: nginx/ci-self-hosted/.github/workflows/nginx-check-pr.yml@main

0 commit comments

Comments
 (0)