mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
build and test as well
This commit is contained in:
@@ -167,8 +167,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
ls
|
|
||||||
./dev-scripts/prepare_release.sh --name aws-crt --user aws-crt --email [email protected] --version 1.0.0 --notes NOTES
|
./dev-scripts/prepare_release.sh --name aws-crt --user aws-crt --email [email protected] --version 1.0.0 --notes NOTES
|
||||||
ls *.tgz
|
tar -zxf *.tgz
|
||||||
tar zxvf *.tgz
|
cd awscrt-1.0.0
|
||||||
ls
|
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
|
||||||
|
chmod a+x builder
|
||||||
|
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
|
||||||
|
|||||||
Reference in New Issue
Block a user