Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Feature/vs2019 (#21)
Browse files Browse the repository at this point in the history
* Add windows github action release step.

* Disable displaying download.

* Update to Slang 0.19.10

* VS2019
  • Loading branch information
jsmall-zzz authored Sep 22, 2021
1 parent e681489 commit 1e13528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: microsoft/setup-msbuild@v1
- name: premake
run:
.\premake.bat vs2017 --deps=true --no-progress=true
.\premake.bat vs2019 --deps=true --no-progress=true
- name: msbuild
run:
MSBuild.exe slang-llvm.sln -v:m -m -property:Configuration=${{matrix.configuration}} -property:Platform=${{matrix.platform}} -property:WindowsTargetPlatformVersion=10.0.19041.0
Expand Down

0 comments on commit 1e13528

Please sign in to comment.