10 lines
161 B
YAML
10 lines
161 B
YAML
|
image: archlinux
|
||
|
packages:
|
||
|
- dotnet-sdk-6.0
|
||
|
sources:
|
||
|
- https://git.sr.ht/~cloutier/bird.makeup
|
||
|
tasks:
|
||
|
- test: |
|
||
|
cd bird.makeup/src
|
||
|
dotnet test
|