File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -539,24 +539,11 @@ jobs:
539
539
uses : actions/setup-python@v2
540
540
with :
541
541
python-version : ' 3.7'
542
- # Note: this is needed only to install the NDK.
543
- - name : Install SDK Android prerequisites
544
- if : matrix.target_platform == 'Android'
545
- shell : bash
546
- run : |
547
- build_scripts/android/install_prereqs.sh
548
542
- name : Prepare for integration tests
549
543
run : |
550
544
pip install -r scripts/gha/requirements.txt
551
545
python scripts/gha/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}"
552
546
- name : Build integration tests (and run Desktop tests)
553
- # The set up script for Android will download the NDK here.
554
- # Need to export from bash, so that /tmp gets converted on Windows.
555
- env :
556
- NDK_ROOT : /tmp/android-ndk-r16b
557
- ANDROID_NDK_HOME : /tmp/android-ndk-r16b
558
- ANDROID_NDK_PATH : /tmp/android-ndk-r16b
559
- shell : bash
560
547
run : |
561
548
python scripts/gha/build_testapps.py --t ${{ env.apis }} --p ${{ matrix.target_platform }} --sdk_dir firebase_cpp_sdk --output_directory ${{ github.workspace }} --execute_desktop_testapp --noadd_timestamp
562
549
Original file line number Diff line number Diff line change @@ -115,15 +115,7 @@ jobs:
115
115
python scripts/gha/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}"
116
116
117
117
- name : Build integration tests (and run Desktop tests)
118
- # The set up script for Android will download the NDK here.
119
- # Need to use bash, so that /tmp gets converted on Windows.
120
- env :
121
- NDK_ROOT : /tmp/android-ndk-r16b
122
- ANDROID_NDK_HOME : /tmp/android-ndk-r16b
123
- ANDROID_NDK_PATH : /tmp/android-ndk-r16b
124
- shell : bash
125
118
run : |
126
- export NDK_ROOT=/tmp/android-ndk-r16b
127
119
python scripts/gha/build_testapps.py --t ${{ github.event.inputs.apis }} --p ${{ matrix.target_platform }} --output_directory ${{ github.workspace }} --use_vcpkg --execute_desktop_testapp --noadd_timestamp
128
120
129
121
# Workaround for https://github.com/GoogleCloudPlatform/github-actions/issues/100
You can’t perform that action at this time.
0 commit comments