aur/.drone.yml
nyyu ec82060c85
All checks were successful
continuous-integration/drone/push Build is passing
ci
2021-05-19 09:50:59 +02:00

18 lines
224 B
YAML

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