Skip to content

Commit

Permalink
A GitHub action to run make on a virtual Macintosh
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 14, 2024
1 parent 399bc2e commit fa03df2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/mac-make.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fa03df2

Please sign in to comment.