[drone] mount vol
continuous-integration/drone/pr Build encountered an error Details

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

@ -6,9 +6,22 @@ name: linux-build
steps:
- name: linux-build
image: wowlet/wowlet-linux:v0.1
volumes:
- name: cache
path: wowlet_cache_linux
- name: files
path: wowlet_linux
commands:
- git submodule update --init --recursive
- make release-static -j2
- tar -cjvf wowlet_linux/wowlet.tar.bz2 build/bin/wowlet
volumes:
- name: cache
host:
path: /var/drone/vol_cache/
- name: files
host:
path: /build/vol_files/
---
kind: pipeline

Loading…
Cancel
Save