Skip to content

Commit

Permalink
fix dxsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury233 committed Mar 1, 2021
1 parent b12c238 commit 835896d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ install:
- git submodule update --init --recursive

# environment and system dependency
- 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"
# https://docs.microsoft.com/en-us/troubleshoot/windows/win32/s1023-error-when-you-install-directx-sdk
- MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
- MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
- DXSDK_Jun10.exe /F /U
- set DXSDK_DIR=C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\

- 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"
- 7z x premake-5.0.0-alpha14-windows.zip

Expand Down Expand Up @@ -101,4 +108,6 @@ cache:
- libevent-2.0.22-stable.tar.gz
- freetype-2.10.1.tar.gz
- irrlicht-1.8.4.zip
- lua-5.3.5.tar.gz
- sqlite-amalgamation-3310100.zip
- DXSDK_Jun10.exe

0 comments on commit 835896d

Please sign in to comment.