[drone] mount vol
continuous-integration/drone/pr Build is passing Details

wowario 3 years ago
parent d0272ddf85
commit aba98bd456
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -10,18 +10,18 @@ steps:
- name: cache - name: cache
path: /tmp/wowlet_cache_linux path: /tmp/wowlet_cache_linux
- name: files - name: files
path: /home/wow/wowlet_linux path: /tmp/wowlet_linux
commands: commands:
- git submodule update --init --recursive - git submodule update --init --recursive
- make release-static -j2 - make release-static -j2
- cp build/bin/wowlet /home/wow/wowlet_linux/wowlet - cp build/bin/wowlet /tmp/wowlet_linux/wowlet
volumes: volumes:
- name: cache - name: cache
host: host:
path: /var/drone/vol_cache/ path: /tmp/wowlet_cache_linux
- name: files - name: files
host: host:
path: /build/vol_files/ path: /home/wow/wowlet_linux
--- ---
kind: pipeline kind: pipeline

Loading…
Cancel
Save