From 4fa07e52aeefec73cd88963f43e2bfa83d96c5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Wed, 17 Jun 2020 13:01:55 +0200 Subject: [PATCH] Enable GH action based CI for merge request (#2029) --- .github/workflows/compile.yml | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/compile.yml diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml new file mode 100644 index 000000000..9320337b3 --- /dev/null +++ b/.github/workflows/compile.yml @@ -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" diff --git a/README.md b/README.md index 82ce305a7..c433f8f72 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ build tools

 

-[![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