Skip to content

Commit

Permalink
msvs: no v141 build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 5, 2024
1 parent 17e759b commit 6039f81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
matrix:
include:
- {image: "archlinux:latest", arch: amd64}
- {image: "lopsided/archlinux-arm32v7:latest", arch: arm32, labels: [arm32,docker]}
# - {image: "lopsided/archlinux-arm32v7:latest", arch: arm32, labels: [arm32,docker]}
- {image: "lopsided/archlinux-arm64v8:latest", arch: arm64, labels: [arm64,docker]}
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
container: ${{ matrix.image }}
Expand Down
16 changes: 8 additions & 8 deletions nuget/build_nuget.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ Get-ChildItem "." -Filter *.in | Foreach-Object{
# msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v140_Release /p:Platform=x64 /v:minimal /nologo
# If(!$?){exit 1}

msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v141_Debug /p:Platform=x86 /v:minimal /nologo
If(!$?){exit 1}
msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v141_Release /p:Platform=x86 /v:minimal /nologo
If(!$?){exit 1}
msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v141_Debug /p:Platform=x64 /v:minimal /nologo
If(!$?){exit 1}
msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v141_Release /p:Platform=x64 /v:minimal /nologo
If(!$?){exit 1}
# msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v141_Debug /p:Platform=x86 /v:minimal /nologo
# If(!$?){exit 1}
# msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v141_Release /p:Platform=x86 /v:minimal /nologo
# If(!$?){exit 1}
# msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v141_Debug /p:Platform=x64 /v:minimal /nologo
# If(!$?){exit 1}
# msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v141_Release /p:Platform=x64 /v:minimal /nologo
# If(!$?){exit 1}

msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v142_Debug_MD /p:Platform=x86 /v:minimal /nologo; If(!$?){exit 1}
msbuild ../msvs_solution/msvs_solution.sln /t:Rebuild /p:Configuration=v142_Release_MD /p:Platform=x86 /v:minimal /nologo; If(!$?){exit 1}
Expand Down
4 changes: 2 additions & 2 deletions nuget/nuget.autopkg.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ nuget{
}
*/
//==== v141 tools ====

/*
[x86,v141,release] {
lib: ..\msvs_solution\v141_Release\libagg.lib;
}
Expand All @@ -70,7 +70,7 @@ nuget{
[x64,v141,debug] {
lib: ..\msvs_solution\x64\v141_Debug\libagg.lib;
}

*/
//==== v142 tools ====

[x86,v142,release,MultiThreaded] {
Expand Down

0 comments on commit 6039f81

Please sign in to comment.