mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Enable GH action based CI for merge request (#2029)
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user