Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-20 13:24:18 +00:00
parent be220a4610
commit ab4d83733a
1 changed files with 9 additions and 8 deletions

View File

@ -29,19 +29,19 @@ uptool:
youtube-dl -x --no-playlist --audio-format wav -o st3.wav https://youtu.be/NDjDgvXlfVw
ffmpeg -i st1.wav -i st2.wav -i st3.wav -filter_complex '[0:0][1:0][2:0][3:0]concat=n=4:v=0:a=1[out]' -map '[out]' InGame1.wav
ffmpeg -y -i InGame1.wav InGame1.mp3
rm st1.wav
rm st2.wav
rm st3.wav
rm InGame1.wav
#rm st1.wav
#rm st2.wav
#rm st3.wav
#rm InGame1.wav
youtube-dl -x --no-playlist --audio-format wav -o st1.wav https://youtu.be/umEDct4BoGc
youtube-dl -x --no-playlist --audio-format wav -o st2.wav https://youtu.be/NVpjt9gHlDw
youtube-dl -x --no-playlist --audio-format wav -o st3.wav https://youtu.be/zgKazTrhXmI
ffmpeg -i st1.wav -i st2.wav -i st3.wav -filter_complex '[0:0][1:0][2:0][3:0]concat=n=4:v=0:a=1[out]' -map '[out]' InGame2.wav
ffmpeg -y -i InGame2.wav InGame2.mp3
rm st1.wav
rm st2.wav
rm st3.wav
rm InGame2.wav
#rm st1.wav
#rm st2.wav
#rm st3.wav
#rm InGame2.wav
youtube-dl -x --no-playlist --audio-format mp3 -o GameOver.mp3 https://youtu.be/J_3Zad-e9f4
cd ..
#Nothing special after here
@ -73,5 +73,6 @@ uptool:
paths:
- package.zip
- app.xml
- .
only:
- master