8000 优化 cygwin msys2 构建环境 构建结果显示 by jingjingxyk · Pull Request #972 · swoole/swoole-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

优化 cygwin msys2 构建环境 构建结果显示 #972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
< 8000 /div>
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/windows-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,13 @@ jobs:
run: |
./bin/php.exe -v
./bin/php.exe -m
./bin/php.exe --ri mongodb
./bin/php.exe --ri gd
./bin/php.exe --ri curl
./bin/php.exe --ri openssl
./bin/php.exe --ri swoole
./bin/php.exe --ri zip
./bin/php.exe --ri gd
./bin/php.exe -r "echo PHP_VERSION;"
./bin/php.exe -r "echo getcwd();"
ldd ./bin/php.exe

- name: get app version with bash
Expand Down
14 changes: 9 additions & 5 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,15 @@ jobs:
- name: Show Build Result
shell: msys2 {0}
run: |
./bin/swoole-cli.exe -v
./bin/swoole-cli.exe -m
./bin/swoole-cli.exe --ri swoole
./bin/swoole-cli.exe -r "echo PHP_VERSION;"
ldd ./bin/swoole-cli.exe
./bin/php.exe -v
./bin/php.exe -m
./bin/php.exe --ri curl
./bin/php.exe --ri openssl
./bin/php.exe --ri swoole
./bin/php.exe --ri zip
./bin/php.exe -r "echo PHP_VERSION;"
./bin/php.exe -r "echo getcwd();"
ldd ./bin/php.exe

- name: get app version with bash
shell: msys2 {0}
Expand Down
Loading
0