Enable GH action based CI for merge request (#2029)
This commit is contained in:
parent
fda0e22951
commit
4fa07e52ae
13
.github/workflows/compile.yml
vendored
Normal file
13
.github/workflows/compile.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Build
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Compile changed kernels
|
||||||
|
runs-on: [self-hosted,public]
|
||||||
|
steps:
|
||||||
|
- name: Run compilation to see if it breaks something
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
cd build
|
||||||
|
./compile.sh all KERNEL_ONLY="yes" BETA="no"
|
||||||
@ -3,7 +3,7 @@ build tools</h3>
|
|||||||
|
|
||||||
<p align=right> </p>
|
<p align=right> </p>
|
||||||
|
|
||||||
[](https://armbian.lane-fu.com/jenkins/job/test-full/)
|
[](https://github.com/armbian/build/actions?query=workflow%3ABuild)
|
||||||
[](https://twitter.com/intent/follow?screen_name=armbian)
|
[](https://twitter.com/intent/follow?screen_name=armbian)
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user