mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Travis build fix
This commit is contained in:
+3
-18
@@ -169,22 +169,7 @@ jobs:
|
||||
- mesa-common-dev
|
||||
- libpulse-dev
|
||||
- libxcb-*
|
||||
- libxcb-icccm4
|
||||
- libxcb-image0
|
||||
- libxcb-shm0
|
||||
- libxcb-util1
|
||||
- libxcb-keysyms1
|
||||
- libxcb-randr0
|
||||
- libxcb-render-util0
|
||||
- libxcb-render0
|
||||
- libxcb-shape0
|
||||
- libxcb-sync1
|
||||
- libxcb-xfixes0
|
||||
- libxcb-randr0-dev
|
||||
- libxcb-xtest0-dev
|
||||
- libxcb-xinerama0-dev
|
||||
- libxcb-shape0-dev
|
||||
- libxcb-xkb-dev
|
||||
- libxkbcommon-x11-0
|
||||
|
||||
env:
|
||||
- QT_VERSION=5.15.2
|
||||
@@ -269,8 +254,8 @@ jobs:
|
||||
wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip -qO $HOME/sdk.zip > /dev/null && \
|
||||
unzip -q -d $ANDROID_SDK_ROOT $HOME/sdk.zip && \
|
||||
echo "Download tools" && \
|
||||
yes | $ANDROID_SDK_ROOT/tools/bin/sdkmanager --licenses && \
|
||||
$ANDROID_SDK_ROOT/tools/bin/sdkmanager --install "cmdline-tools;latest" "platform-tools" "platforms;android-30" "build-tools;30.0.2" || exit 1 ; \
|
||||
yes | $ANDROID_SDK_ROOT/tools/bin/sdkmanager --licenses > /dev/null 2>&1 && \
|
||||
$ANDROID_SDK_ROOT/tools/bin/sdkmanager --install "cmdline-tools;latest" "platform-tools" "platforms;android-30" "build-tools;30.0.2" > /dev/null 2>&1 || exit 1 ; \
|
||||
fi
|
||||
- |
|
||||
if [ ! -f $ANDROID_NDK_ROOT/ndk-build ]; then \
|
||||
|
||||
Reference in New Issue
Block a user