Enable GH action based CI for merge request (#2029)

This commit is contained in:
Igor Pečovnik 2020-06-17 13:01:55 +02:00 committed by GitHub
parent fda0e22951
commit 4fa07e52ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

13
.github/workflows/compile.yml vendored Normal file
View 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"

View File

@ -3,7 +3,7 @@ build tools</h3>
<p align=right>&nbsp;</p>
[![Build Status](https://armbian.lane-fu.com/jenkins/buildStatus/icon?job=test-full)](https://armbian.lane-fu.com/jenkins/job/test-full/)
[![Build](https://github.com/armbian/build/workflows/Build/badge.svg)](https://github.com/armbian/build/actions?query=workflow%3ABuild)
[![Twitter Follow](https://img.shields.io/twitter/follow/armbian?style=flat-square)](https://twitter.com/intent/follow?screen_name=armbian)
## Table of contents