summarylogtreecommitdiffstats
path: root/.drone.yml
blob: 153d6fdd46e6c4ea88bd1c70e505384300cdbff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kind: pipeline
type: docker
name: default

steps:
- name: fixperms
  image: imrehg/archlinux-makepkg
  user: root
  commands:
  - chown -R builder:builder .
- name: build
  image: imrehg/archlinux-makepkg
  commands:
  - yay -Suy --noconfirm
  - namcap PKGBUILD
  - makepkg -sci --noconfirm
  - namcap *.pkg.tar.xz