Set up CI
All checks were successful
Build / build (push) Successful in 2m32s

This commit is contained in:
Frederik Ring 2023-09-02 20:22:18 +02:00
parent b88bb19f5a
commit 383f7d47c6

View File

@ -0,0 +1,17 @@
name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Build
run: |
make build