Pārlūkot izejas kodu

Create makefile.yml

login 2 gadi atpakaļ
vecāks
revīzija
2057c77f5a
1 mainītis faili ar 18 papildinājumiem un 0 dzēšanām
  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