From d33c8ee9700dc4365168145622754a627b8fd511 Mon Sep 17 00:00:00 2001 From: askiiart <dev@askiiart.net> Date: Tue, 25 Feb 2025 13:29:50 -0600 Subject: [PATCH] add drone config --- .drone.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..fb86308 --- /dev/null +++ b/.drone.yml @@ -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