Commit 2230ad3e authored by Stefan Westerfeld's avatar Stefan Westerfeld

GITHUB: add CI for macOS

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent bc491df2
......@@ -9,3 +9,9 @@ jobs:
- uses: actions/checkout@v3
- name: Test Build
run: misc/dbuild.sh
macos:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: Test Build
run: misc/macbuild.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment