about summary refs log tree commit diff stats
path: root/.builds/arch.yml
blob: 90f7d5eccbfd876634b48f5bc95227ece21bb890 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
image: archlinux
packages:
  - base-devel
  - clang
sources:
  - https://git.sr.ht/~spicywolf/nbtpd
triggers:
  - action: email
    condition: always
    to: ~spicywolf/[email protected]
artifacts:
  - linux-nbtpd.tar
tasks:
  - build: |
      cd nbtpd
      make
  - release: |
      cd nbtpd
      make release
  - tar: |
      tar -cv linux-nbtpd.tar nbtpd/rel nbtpd/dbg nbtpd/bin