mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-24 23:11:34 +00:00
A final bit of script cleanup and caching
This commit is contained in:
parent
6abc3c04bd
commit
61d9729767
2 changed files with 3 additions and 2 deletions
|
@ -583,7 +583,7 @@ fi
|
||||||
|
|
||||||
echo Done.
|
echo Done.
|
||||||
printf " Cleaning up extraneous data... "
|
printf " Cleaning up extraneous data... "
|
||||||
rm -r "$(real_pwd)/Qt/"{Docs,Examples,Tools,vcredist,"MaintenanceTool.*"}
|
rm -r "$(real_pwd)/Qt/"{dist,Docs,Examples,Tools,vcredist,components.xml,MaintenanceTool.dat,MaintenanceTool.exe,MaintenanceTool.ini,network.xml,qt-install.qs}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $QT_SDK
|
cd $QT_SDK
|
||||||
|
|
|
@ -43,7 +43,8 @@ cache:
|
||||||
- C:\projects\openmw\deps\ffmpeg-3.0.1-dev-win64.7z
|
- C:\projects\openmw\deps\ffmpeg-3.0.1-dev-win64.7z
|
||||||
- C:\projects\openmw\deps\ffmpeg-3.0.1-win32.7z
|
- C:\projects\openmw\deps\ffmpeg-3.0.1-win32.7z
|
||||||
- C:\projects\openmw\deps\ffmpeg-3.0.1-win64.7z
|
- C:\projects\openmw\deps\ffmpeg-3.0.1-win64.7z
|
||||||
- C:\projects\openmw\deps\qt-5-install.qs
|
- C:\projects\openmw\deps\OpenAL-Soft-1.17.2.zip
|
||||||
|
- C:\projects\openmw\deps\SDL2-2.0.4.zip
|
||||||
|
|
||||||
clone_folder: C:\projects\openmw
|
clone_folder: C:\projects\openmw
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue