Commit 3d4b87d8 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Setup CI via GitHub actions.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 50c2d242
.git
.gitignore
Dockerfile
.dockerignore
.idea
# 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
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