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
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"