eagle/.gitea/workflows/build.yaml
Kodi Craft 216bbe92ad
All checks were successful
Build library & run tests / build (push) Successful in 20s
Fix workflow
2024-06-21 12:39:56 +02:00

16 lines
322 B
YAML

name: Build library & run tests
on: [push]
jobs:
build:
runs-on: nix
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build & test
run: nix build
- name: Upload result
uses: actions/upload-artifact@v3
with:
name: result
path: result