Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed May 24, 2024
1 parent c265651 commit 18bcfa7
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/windows-native-vs2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
uname -a
pwd
ipconfig /all
:: 显示逻辑cpu 个数
wmic cpu get NumberOfLogicalProcessors /value
echo %NUMBER_OF_PROCESSORS%
systeminfo
echo "BUILD_PHP_VERSION=${{ matrix.php-version }}" >> $Env:GITHUB_ENV
- uses: msys2/setup-msys2@v2
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/brotli.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\brotli
dir
mkdir build-dir
Expand Down
1 change: 1 addition & 0 deletions sapi/quickstart/windows/native-build/library/curl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cd %__PROJECT__%
mkdir build


set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\curl
dir
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/freetype.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\freetype
dir
mkdir build-dir
Expand Down
3 changes: 3 additions & 0 deletions sapi/quickstart/windows/native-build/library/libexpat.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build


set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\libexpat\expat\
dir
mkdir build-dir
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/liblz4.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\liblz4\build\cmake\
dir
mkdir build-dir
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/liblzma.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\liblzma\
dir
mkdir build-dir
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/libpng.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\libpng
dir
mkdir build-dir
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/libssh2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\libssh2
dir
mkdir build
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/libwebp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\libwebp
dir
mkdir build-dir
Expand Down
1 change: 1 addition & 0 deletions sapi/quickstart/windows/native-build/library/libyaml.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\libyaml
dir
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/libzip.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\libzip\
dir
mkdir build-dir
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/libzstd.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\libzstd\build\cmake\
dir
mkdir build-dir
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/nghttp2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\nghttp2\
dir
mkdir build-dir
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/nghttp3.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\nghttp3\
dir
mkdir build-dir
Expand Down
2 changes: 2 additions & 0 deletions sapi/quickstart/windows/native-build/library/ngtcp2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd thirdparty\ngtcp2\
dir
mkdir build-dir
Expand Down
4 changes: 3 additions & 1 deletion sapi/quickstart/windows/native-build/library/openssl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ mkdir build

set "PATH=%__PROJECT__%\nasm\;%PATH%"



cd %__PROJECT__%\thirdparty\openssl
dir
echo %cd%
perl -v

perl Configure VC-WIN64A threads no-shared no-tests --release --prefix="%__PROJECT__%\build\openssl" --openssldir="%__PROJECT__%\build\openssl\ssl"

nmake
set CL=/MP

rem document
rem openssl\Configurations\windows-makefile.tmpl
Expand Down
1 change: 1 addition & 0 deletions sapi/quickstart/windows/native-build/library/zlib.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set __PROJECT__=%cd%
cd %__PROJECT__%
mkdir build

set CMAKE_BUILD_PARALLEL_LEVEL=%NUMBER_OF_PROCESSORS%

cd %__PROJECT__%\thirdparty\zlib
dir
Expand Down

0 comments on commit 18bcfa7

Please sign in to comment.