Skip to content

Commit

Permalink
Merge branch 'master' into impl-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Aug 23, 2022
2 parents 8a2a89b + 45aa1a8 commit 6e4551e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: cmd
run: |
cd zlib
cmake -G "Visual Studio 16 2019" -A Win32 -T v140
cmake -G "Visual Studio 17 2022" -A Win32 -T v143
cmake --build . --config Release
cd ..
Expand All @@ -32,7 +32,7 @@ jobs:
run: |
mkdir build_leveldb
cd build_leveldb
cmake -DZLIB_INCLUDE_DIR="..\zlib" -DZLIB_LIBRARY="..\zlib\Release\zlibstatic.lib" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -G "Visual Studio 16 2019" -A Win32 -T v140 ..\leveldb-mcpe
cmake -DZLIB_INCLUDE_DIR="..\zlib" -DZLIB_LIBRARY="..\zlib\Release\zlibstatic.lib" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -G "Visual Studio 17 2022" -A Win32 -T v143 ..\leveldb-mcpe
cmake --build . --config Release
7z leveldb_mcpe_win32.zip Release
cd ..
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
shell: cmd
run: |
cd zlib
cmake -G "Visual Studio 16 2019" -A x64 -T v140
cmake -G "Visual Studio 17 2022" -A x64 -T v143
cmake --build . --config Release
cd ..
Expand All @@ -84,7 +84,7 @@ jobs:
run: |
mkdir build_leveldb
cd build_leveldb
cmake -DZLIB_INCLUDE_DIR="..\zlib" -DZLIB_LIBRARY="..\zlib\Release\zlibstatic.lib" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -G "Visual Studio 16 2019" -A x64 -T v140 ..\leveldb-mcpe
cmake -DZLIB_INCLUDE_DIR="..\zlib" -DZLIB_LIBRARY="..\zlib\Release\zlibstatic.lib" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -G "Visual Studio 17 2022" -A x64 -T v143 ..\leveldb-mcpe
cmake --build . --config Release
7z leveldb_mcpe_win_amd64.zip Release
cd ..
Expand Down

0 comments on commit 6e4551e

Please sign in to comment.