Commit 38990070 authored by Stefan Westerfeld's avatar Stefan Westerfeld

GITHUB: add workflows for testing

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 1edb27ae
# This Source Code Form is licensed MPL-2.0: http://mozilla.org/MPL/2.0
# https://rhysd.github.io/actionlint/
name: Testing
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Build
run: misc/dbuild.sh
macos:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: Test Build
shell: bash
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