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

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

@ -12,7 +12,6 @@ steps:
- name: files
path: /tmp/wowlet_linux
commands:
- git submodule update --init --recursive
- make release-static -j2
- export WOW="wowlet-`echo $DRONE_COMMIT_AFTER | cut -c 1-7`"
- cp build/bin/wowlet /tmp/wowlet_linux/$WOW
@ -37,7 +36,6 @@ steps:
- name: files
path: /tmp/wowlet_windows
commands:
- git submodule update --init --recursive
- make depends root=/depends target=x86_64-w64-mingw32 tag=win-x64 -j2
- export WOW="wowlet-`echo $DRONE_COMMIT_AFTER | cut -c 1-7`.exe"
- cp build/x86_64-w64-mingw32/release/bin/wowlet.exe /tmp/wowlet_windows/$WOW.exe

Loading…
Cancel
Save