blob: 1e44b51a34de4a40b26fbf3bf7261f7bb03b82f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
image: archlinux
packages:
- base-devel
- clang
sources:
- https://git.sr.ht/~spicywolf/nbtpd
triggers:
- action: email
condition: always
to: ~spicywolf/[email protected]
tasks:
- build: |
cd nbtpd
make
|