From: ayabusa <79598408+ayabusa@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:14:05 +0000 (+0200) Subject: Create makefile.yml X-Git-Url: https://git.ayabusa.dev/?a=commitdiff_plain;h=5897ab6a236596508850917de93b8200a059c8db;p=numworks-zeta-os.git Create makefile.yml --- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml new file mode 100644 index 0000000..0ce9cc8 --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,23 @@ +name: Makefile CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: clean + working-directory: ./numworks_port + run: make clean + + - name: build + working-directory: ./numworks_port + run: make