eagle/.gitea/workflows/build.yaml
Kodi Craft db5751fff5
Some checks failed
Build library & run tests / build (push) Failing after 38s
Oops wrong directory
2024-06-21 12:38:38 +02:00

15 lines
299 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