aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/archlinux.yml
blob: 10688f16b3fc74065e8cdd2302b834292fa03a60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
image: archlinux
packages:
  - bash
  - coreutils
  - curl
  - findutils
  - gcc
sources:
  - https://git.sr.ht/~tk/pack
tasks:
  - setup: |
      cd pack
      curl -O 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do'
      chmod +x do
      ./configure -wve
  - build: |
      cd pack
      ./do
  - test: |
      cd pack
      ./test