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