Experimental action

This commit is contained in:
Chris Cannam
2021-01-08 11:58:13 +00:00
parent 13a6dd7c24
commit f1a051a4f5

22
.github/workflows/macos-ios.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: macOS and iOS CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: deps
run: brew install libsndfile
- name: make macos
run: make -f Makefile.osx clean all
- name: make ios
run: make -f Makefile.ios clean all