update helper scripts and more

This commit is contained in:
Dengke Tang
2023-02-24 15:39:09 -08:00
parent 4d5420dffc
commit cdef4b7ef1
11 changed files with 262 additions and 256 deletions
+3 -3
View File
@@ -167,7 +167,7 @@ jobs:
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
pecl-package-test:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
@@ -179,9 +179,9 @@ jobs:
with:
submodules: recursive
- name: Run tests
- name: Test PECL package build
run: |
./dev-scripts/prepare_release.sh --name aws-crt --user aws-crt --email [email protected] --version 1.0.0 --notes NOTES
python3 dev-scripts/prepare_pecl_release.py --name aws-crt --user aws-crt --version 1.0.0
tar -zxf *.tgz
cd awscrt-1.0.0
phpize