17 lines
No EOL
312 B
YAML
17 lines
No EOL
312 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: Build librewolf-allow-dark
|
|
image: debian
|
|
commands:
|
|
- '/drone/src/compilation.sh'
|
|
volumes:
|
|
- name: program-archives
|
|
path: /compiled
|
|
|
|
volumes:
|
|
- name: program-archives
|
|
host:
|
|
path: /mnt/user/files/repos/archives |