website/.gitea/workflows/build.yml
Frederik Ring e9d30f58ff
All checks were successful
Build / build (push) Successful in 2m31s
Set up CI
2023-09-02 20:34:42 +02:00

18 lines
277 B
YAML

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