summaryrefslogtreecommitdiff
path: root/.build.yaml
blob: 6822ce337b3265e591cefc1228daa61f613c7e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# build manifest for builds.sr.ht
image: archlinux
sources:
  - https://git.sr.ht/~ewy/pik
packages:
  - go
tasks:
  - build: |
      cd pik
      bash .pik/build.sh
artifacts:
  - pik/pik
submitter:
  git.sr.ht:
    enabled: true
    allow-refs:
      - refs/heads/master