From eebdb45ea054edcb63714ccb08faa5c3fe7f0281 Mon Sep 17 00:00:00 2001 From: GuoYaxing9347 <134930765+GuoYaxing9347@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:30:42 +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 0000000..387c63e --- /dev/null +++ b/.github/workflows/makefile.yml @@ -0,0 +1,18 @@ +name: Makefile CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: make + run: ./build.sh default