From cf202b13505c46e27bc23ff92231f13d8911a374 Mon Sep 17 00:00:00 2001 From: wowario Date: Mon, 22 Mar 2021 23:09:50 +0300 Subject: [PATCH] [drone] mount vol --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 896f760..f94f8be 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,6 +37,7 @@ 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