Files
rc/.gitea/workflows/main.yml
T
retoor 2dae3f98e9
Build and Test / build (push) Successful in 28s
Added build file.
2025-11-23 15:45:39 +01:00

14 lines
223 B
YAML

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: make
- name: Test
run: make test