eagle/.gitea/workflows/build.yaml

11 lines
193 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