This commit is contained in:
parent
42c6e183ca
commit
d33c8ee970
1 changed files with 17 additions and 0 deletions
17
.drone.yml
Normal file
17
.drone.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Build polycat
|
||||||
|
image: fedora
|
||||||
|
commands:
|
||||||
|
- '/drone/src/compilation.sh'
|
||||||
|
volumes:
|
||||||
|
- name: program-archives
|
||||||
|
path: /program-archives
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: program-archives
|
||||||
|
host:
|
||||||
|
path: /mnt/user/files/repos/archives
|
Loading…
Add table
Add a link
Reference in a new issue