iodine/.github/workflows/macos.yml

22 lines
310 B
YAML
Raw Permalink Normal View History

2021-08-11 10:40:35 +03:00
name: macos
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
2021-08-11 10:40:35 +03:00
- name: make
run: make
- name: install check
run: brew install check
- name: run tests
run: make test