mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-30 12:30:44 +00:00
Update appveyor.yml
double lolz
This commit is contained in:
parent
695b766b46
commit
469d57e75a
22
appveyor.yml
22
appveyor.yml
@ -6,17 +6,17 @@ clone_depth: 1
|
||||
|
||||
init:
|
||||
- ps: >-
|
||||
Write-Host "DirectX Software Development Kit..." -ForegroundColor Cyan
|
||||
Write-Host "Downloading..."
|
||||
$exePath = "$env:temp\DXSDK_Jun10.exe"
|
||||
(New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/A/E/7/AE743F1F-632B-4809-87A9-AA1BB3458E31/DXSDK_Jun10.exe', $exePath)
|
||||
Write-Host "Installing..."
|
||||
$installPath = "C:\DXSDK"
|
||||
cmd /c start /wait $exePath /P $installPath /U
|
||||
Add-Path $installPath
|
||||
Add-SessionPath $installPath
|
||||
Remove-Item $exePath
|
||||
Write-Host "Installed" -ForegroundColor Green
|
||||
Write-Host "DirectX Software Development Kit..." -ForegroundColor Cyan
|
||||
Write-Host "Downloading..."
|
||||
$exePath = "$env:temp\DXSDK_Jun10.exe"
|
||||
(New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/A/E/7/AE743F1F-632B-4809-87A9-AA1BB3458E31/DXSDK_Jun10.exe', $exePath)
|
||||
Write-Host "Installing..."
|
||||
$installPath = "C:\DXSDK"
|
||||
cmd /c start /wait $exePath /P $installPath /U
|
||||
Add-Path $installPath
|
||||
Add-SessionPath $installPath
|
||||
Remove-Item $exePath
|
||||
Write-Host "Installed" -ForegroundColor Green
|
||||
install:
|
||||
- set "PATH=C:\DXSDK;C:\msys64\usr\bin;C:\msys64\mingw32\bin;C:\Windows\System32;C:\Windows;%PATH%"
|
||||
- set DXSDK_DIR=C:\DXSDK\
|
||||
|
Loading…
Reference in New Issue
Block a user