-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into original
- Loading branch information
Showing
51 changed files
with
901 additions
and
1,440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Windows-premake-msvc | ||
on: [push, pull_request] | ||
jobs: | ||
Build-Guisan: | ||
runs-on: windows-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: install premake5 | ||
uses: Jarod42/install-premake5@v1 | ||
|
||
- name: Add msbuild to PATH | ||
uses: microsoft/setup-msbuild@v2 | ||
|
||
- name: run premake5 | ||
run: premake5.exe vs2022 --to=solution/vs2022 | ||
|
||
- name: build | ||
run: | | ||
cd solution/vs2022 | ||
nuget install packages.config -OutputDirectory packages | ||
msbuild.exe /property:Configuration=Release Guisan.sln | ||
- name: artifact | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: guisan-msvc | ||
path: | | ||
solution/vs2022/bin/Release/**.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.