aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/archlinux.yml
blob: f98b1b0cd8c3316726d3a71f2f54552dc6409c82 (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://the-tk.com/files/do'
      chmod +x do
      ./configure -Wgcc -v
  - build: |
      cd pack
      ./do
  - test: |
      cd pack
      ./test