From 5897ab6a236596508850917de93b8200a059c8db Mon Sep 17 00:00:00 2001 From: ayabusa <79598408+ayabusa@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:14:05 +0200 Subject: [PATCH] Create makefile.yml --- .github/workflows/makefile.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 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 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