sr.ht-buildtest/.build.yml

17 lines
340 B
YAML
Raw Permalink Normal View History

---
image: nixos/unstable
sources:
- https://git.sr.ht/~c8h4/sr.ht-buildtest
environment:
CI: true
NIX_CONFIG: 'experimental-features = nix-command flakes'
artifacts:
- sr.ht-buildtest/result/bin/srht-buildtest
tasks:
- check: |
cd sr.ht-buildtest
nix flake check
- build: |
cd sr.ht-buildtest
nix build