diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b61f201 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,22 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: Build fjord-launcher-unlocked fedora package + image: fedora + commands: + - '/drone/src/run.sh' + volumes: + - name: program-archives + path: /compiled + - name: fedora-repo + path: /repo + +volumes: + - name: program-archives + host: + path: /mnt/user/files/repos/archives/ + - name: fedora-repo + host: + path: /mnt/user/files/repos/fedora/x86_64/ \ No newline at end of file diff --git a/run.sh b/run.sh old mode 100644 new mode 100755