about summary refs log tree commit diff stats
path: root/.builds/arch.yml
blob: 4007307a056f71a634b6fa1873e3fdbbd4274511 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
image: archlinux
packages:
  - base-devel
  - llvm
  - clang
  - rust
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