Fix tools
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
3c7d83b5ef
commit
0480929993
|
@ -18,7 +18,7 @@ steps:
|
||||||
- name: get_win_ffmpeg
|
- name: get_win_ffmpeg
|
||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- mkdir tmp
|
- mkdir -p tmp
|
||||||
- cd tmp
|
- cd tmp
|
||||||
- wget http://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-essentials_build.zip
|
- wget http://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-essentials_build.zip
|
||||||
- unzip ffmpeg-4.3.1-essentials_build.zip
|
- unzip ffmpeg-4.3.1-essentials_build.zip
|
||||||
|
@ -26,7 +26,7 @@ steps:
|
||||||
- name: get_win_ytdl
|
- name: get_win_ytdl
|
||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- mkdir tmp
|
- mkdir -p tmp
|
||||||
- cd tmp
|
- cd tmp
|
||||||
- wget https://github.com/ytdl-org/youtube-dl/releases/download/2020.09.14/youtube-dl.exe
|
- wget https://github.com/ytdl-org/youtube-dl/releases/download/2020.09.14/youtube-dl.exe
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ steps:
|
||||||
image: barichello/godot-ci:3.2.3
|
image: barichello/godot-ci:3.2.3
|
||||||
commands:
|
commands:
|
||||||
- cp dlserver/dlserver.exe godot/
|
- cp dlserver/dlserver.exe godot/
|
||||||
- cp tmp/ffmpeg.exe godot/
|
- cp tmp/ffmpeg-4.3.1-essentials_build/bin/ffmpeg.exe godot/
|
||||||
- cp tmp/youtube-dl.exe godot/
|
- cp tmp/youtube-dl.exe godot/
|
||||||
- cd godot/
|
- cd godot/
|
||||||
- mkdir -v -p build/windows
|
- mkdir -v -p build/windows
|
||||||
|
|
Loading…
Reference in New Issue