mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-21 20:46:06 +03:00
Add github CI action for macOS
This commit is contained in:
parent
f19948b6cf
commit
8afcf4fb8d
21
.github/workflows/macos.yml
vendored
Normal file
21
.github/workflows/macos.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: macos
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: make
|
||||
run: make
|
||||
- name: install check
|
||||
run: brew install check
|
||||
- name: run tests
|
||||
run: make test
|
Loading…
Reference in New Issue
Block a user