sr.ht-buildtest/.build.yml
Christoph Heiss 15a0aae7c6
Initial commit
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-08-12 13:25:40 +02:00

17 lines
340 B
YAML

---
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