File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,13 @@ install:
1818 - git submodule update --init --recursive
1919
2020 # environment and system dependency
21+ - bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://download.microsoft.com/download/A/E/7/AE743F1F-632B-4809-87A9-AA1BB3458E31/DXSDK_Jun10.exe ; exit 0"
22+ # https://docs.microsoft.com/en-us/troubleshoot/windows/win32/s1023-error-when-you-install-directx-sdk
23+ - MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
24+ - MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
25+ - DXSDK_Jun10.exe /F /U
26+ - set DXSDK_DIR=C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\
27+
2128 - bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-windows.zip ; exit 0"
2229 - 7z x premake-5.0.0-alpha14-windows.zip
2330
@@ -101,4 +108,6 @@ cache:
101108 - libevent-2.0.22-stable.tar.gz
102109 - freetype-2.10.1.tar.gz
103110 - irrlicht-1.8.4.zip
111+ - lua-5.3.5.tar.gz
104112 - sqlite-amalgamation-3310100.zip
113+ - DXSDK_Jun10.exe
You can’t perform that action at this time.
0 commit comments