ソースを参照

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