summarylogtreecommitdiffstats
path: root/.build.yml
blob: 29475caedc27778d12907ac37d6004cd206961c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
image: archlinux
sources:
    - https://git.sr.ht/~ineptattech/aur-alire
packages:
    - gprbuild-bootstrap
    - xmlada
    - git
tasks:
- prepare: |
    git clone https://aur.archlinux.org/gprbuild.git
    cd gprbuild
    makepkg
    yay -R --noconfirm gprbuild-bootstrap
    makepkg -i --noconfirm
    cd ..
    yay -S --answerclean=All --noconfirm xmlada
- build: |
    cd aur-alire
    makepkg