diff --git a/.github/workflows/mac-make.yaml b/.github/workflows/mac-make.yaml new file mode 100644 index 0000000..7212ae0 --- /dev/null +++ b/.github/workflows/mac-make.yaml @@ -0,0 +1,17 @@ +name: MacOS compilation test + +on: + push: + pull_request: + +jobs: + build: + + runs-on: macos-latest + + steps: + - uses: actions/checkout@v3 + - name: make + run: make + - name: Create tar and zip files + run: make archive