eagle/.gitea/workflows/build.yaml

15 lines
299 B
YAML
Raw Normal View History

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