浏览代码

Create makefile.yml

login 2 年之前
父节点
当前提交
2057c77f5a
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. 18 0
      .github/workflows/makefile.yml

+ 18 - 0
.github/workflows/makefile.yml

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