[ci, docs] Refactor building with Windows #400
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "DraVee/eden:ci/windows-installer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Looks mostly good for now; I plan a larger rewrite at some point soon
@ -0,0 +46,4 @@
$VSPath = Join-Path $VSROOT "VC\Tools\MSVC"
Write-Host "Adding Visual Studio paths to GitHub Actions environment"
echo "$VSPath\bin\Hostx64\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
}
This probably isn't needed tbh--GitHub actions will just use ilammy's action
Removed on fc860112a58033123a3d8a9de4c7cb47b1f091e2
I based this on VulkanSDK, not sure it was there but ok XD
c42caefcdd
tofc860112a5
@crueter wrote in #400 (comment):
I will do some rewrite too, just to see what's still useful/working
fc860112a5
to9cc1df3fba
9cc1df3fba
to036fe8b4b6