From 2057c77f5ab70400665e9141f542b9182a69b297 Mon Sep 17 00:00:00 2001 From: login Date: Mon, 25 Jul 2022 18:26:08 +0800 Subject: [PATCH] Create makefile.yml --- .github/workflows/makefile.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/makefile.yml diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 00000000..4fbfb2ab --- /dev/null +++ b/.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