aur/.drone.yml

18 lines
224 B
YAML
Raw Normal View History

2021-05-19 09:48:07 +02:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: archlinux:base-devel
volumes:
- name: repo
path: /repo
commands:
- ./build.sh
volumes:
- name: repo
host:
path: /mnt/archlinux/nyyu