mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
fix stuff
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
|||||||
phpize
|
phpize
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
./dev-scripts/run_tests
|
./dev-scripts/run_tests.sh
|
||||||
|
|
||||||
# linux-arm:
|
# linux-arm:
|
||||||
# name: ARM (${{ matrix.arch }})
|
# name: ARM (${{ matrix.arch }})
|
||||||
@@ -123,7 +123,7 @@ jobs:
|
|||||||
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
|
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
|
||||||
- run: nmake
|
- run: nmake
|
||||||
- run: nmake generate-php-ini
|
- run: nmake generate-php-ini
|
||||||
- run: .\dev-scripts\run_tests ${{steps.setup-php-sdk.outputs.prefix}}\php
|
- run: .\dev-scripts\run_tests.bat ${{steps.setup-php-sdk.outputs.prefix}}\php
|
||||||
|
|
||||||
# windows-vc14:
|
# windows-vc14:
|
||||||
# runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
import os
|
|
||||||
|
|
||||||
# get the absolute path of the script file
|
|
||||||
script_path = os.path.abspath(__file__)
|
|
||||||
|
|
||||||
# get the directory of the script file
|
|
||||||
script_dir = os.path.dirname(script_path)
|
|
||||||
|
|
||||||
print("Directory of the script file:", script_dir)
|
|
||||||
Reference in New Issue
Block a user