Experimental action
This commit is contained in:
22
.github/workflows/macos-ios.yml
vendored
Normal file
22
.github/workflows/macos-ios.yml
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user