mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #5814 from cakebaker/android
ci: set -no-window in Android workflow
This commit is contained in:
commit
7dc4afb5cc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
||||||
ram-size: 2048M
|
ram-size: 2048M
|
||||||
disk-size: 7GB
|
disk-size: 7GB
|
||||||
force-avd-creation: true
|
force-avd-creation: true
|
||||||
emulator-options: -no-snapshot-load -noaudio -no-boot-anim -camera-back none
|
emulator-options: -no-window -no-snapshot-load -noaudio -no-boot-anim -camera-back none
|
||||||
script: |
|
script: |
|
||||||
util/android-commands.sh init "${{ matrix.arch }}" "${{ matrix.api-level }}" "${{ env.TERMUX }}"
|
util/android-commands.sh init "${{ matrix.arch }}" "${{ matrix.api-level }}" "${{ env.TERMUX }}"
|
||||||
- name: Save AVD cache
|
- name: Save AVD cache
|
||||||
|
@ -88,7 +88,7 @@ jobs:
|
||||||
ram-size: 2048M
|
ram-size: 2048M
|
||||||
disk-size: 7GB
|
disk-size: 7GB
|
||||||
force-avd-creation: false
|
force-avd-creation: false
|
||||||
emulator-options: -no-snapshot-save -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -snapshot ${{ matrix.api-level }}-${{ matrix.arch }}+termux-${{ env.TERMUX }}
|
emulator-options: -no-window -no-snapshot-save -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -snapshot ${{ matrix.api-level }}-${{ matrix.arch }}+termux-${{ env.TERMUX }}
|
||||||
# This is not a usual script. Every line is executed in a separate shell with `sh -c`. If
|
# This is not a usual script. Every line is executed in a separate shell with `sh -c`. If
|
||||||
# one of the lines returns with error the whole script is failed (like running a script with
|
# one of the lines returns with error the whole script is failed (like running a script with
|
||||||
# set -e) and in consequences the other lines (shells) are not executed.
|
# set -e) and in consequences the other lines (shells) are not executed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue