mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 02:46:47 +00:00
Create makefile.yml
This commit is contained in:
parent
2b0b727893
commit
2057c77f5a
18
.github/workflows/makefile.yml
vendored
Normal file
18
.github/workflows/makefile.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Build Check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: build the DragonOS
|
||||
run: make
|
Loading…
x
Reference in New Issue
Block a user