Create makefile.yml

This commit is contained in:
ayabusa 2024-04-02 18:14:05 +02:00 committed by GitHub
parent ffa9d061b5
commit 5897ab6a23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

23
.github/workflows/makefile.yml vendored Normal file
View File

@ -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