mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
more data
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
phpize
|
phpize
|
||||||
./configure
|
./configure
|
||||||
USE_OPENSSL=OFF make
|
make
|
||||||
ldd modules/awscrt.so
|
ldd modules/awscrt.so
|
||||||
# ./dev-scripts/run_tests.sh
|
# ./dev-scripts/run_tests.sh
|
||||||
|
|
||||||
@@ -72,6 +72,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: php info
|
||||||
|
run: php -i
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
CC: clang
|
CC: clang
|
||||||
@@ -80,7 +83,8 @@ jobs:
|
|||||||
phpize
|
phpize
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
./dev-scripts/run_tests.sh
|
ldd modules/awscrt.so
|
||||||
|
# ./dev-scripts/run_tests.sh
|
||||||
|
|
||||||
# linux-arm:
|
# linux-arm:
|
||||||
# name: ARM (${{ matrix.arch }})
|
# name: ARM (${{ matrix.arch }})
|
||||||
|
|||||||
Reference in New Issue
Block a user