mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Merge pull request #5527 from maron2000/fix_armbuild
Workaround for MSVC ARM64 CI build failure
This commit is contained in:
commit
16fe7e3c2b
6
.github/workflows/vsbuild64.yml
vendored
6
.github/workflows/vsbuild64.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Build Visual Studio Win64 SDL1
|
||||
shell: pwsh
|
||||
run: |
|
||||
msbuild -m vs/dosbox-x.sln -t:dosbox-x:Rebuild -p:Configuration=Release -p:Platform=x64
|
||||
msbuild -m vs/dosbox-x.sln -t:dosbox-x:Rebuild -p:Configuration=Release -p:Platform=x64
|
||||
if (-not(Test-Path -Path bin\x64\Release\dosbox-x.exe -PathType Leaf)) {exit 1}
|
||||
contrib\windows\installer\PatchPE.exe bin\x64\Release\dosbox-x.exe
|
||||
- name: Package Visual Studio Win64 SDL1
|
||||
@ -148,7 +148,7 @@ jobs:
|
||||
- name: Build Visual Studio ARM64 SDL1
|
||||
shell: pwsh
|
||||
run: |
|
||||
msbuild -m vs/dosbox-x.sln -t:dosbox-x:Rebuild -p:Configuration=Release -p:Platform=ARM64 -p:PostBuildEventUseInBuild=false
|
||||
msbuild -m vs/dosbox-x.sln -t:dosbox-x:Rebuild -p:Configuration=Release -p:Platform=ARM64 -p:PostBuildEventUseInBuild=false -p:WindowsTargetPlatformVersion=10.0.22621.0
|
||||
if (-not(Test-Path -Path bin\ARM64\Release\dosbox-x.exe -PathType Leaf)) {exit 1}
|
||||
- name: Package Visual Studio ARM64 SDL1
|
||||
shell: bash
|
||||
@ -177,7 +177,7 @@ jobs:
|
||||
- name: Build Visual Studio ARM64 SDL2
|
||||
shell: pwsh
|
||||
run: |
|
||||
msbuild -m vs/dosbox-x.sln -t:dosbox-x:Rebuild -p:Configuration="Release SDL2" -p:Platform=ARM64 -p:PostBuildEventUseInBuild=false
|
||||
msbuild -m vs/dosbox-x.sln -t:dosbox-x:Rebuild -p:Configuration="Release SDL2" -p:Platform=ARM64 -p:PostBuildEventUseInBuild=false -p:WindowsTargetPlatformVersion=10.0.22621.0
|
||||
if (-not(Test-Path -Path bin\ARM64\"Release SDL2"\dosbox-x.exe -PathType Leaf)) {exit 1}
|
||||
- name: Package Visual Studio ARM64 SDL2
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user