travis: disable downloading of cmake for now

This commit is contained in:
rafal1137 2020-06-18 14:36:05 +02:00
parent 237043e776
commit 3193d76eff

View file

@ -42,7 +42,7 @@ before_install:
- PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools
- mkdir -p ~/.android
- touch ~/.android/repositories.cfg
- echo y | sdkmanager "cmake;3.10.2.4988404"
# - echo y | sdkmanager "cmake;3.10.2.4988404"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
# Emulator Management: Create, Start and Wait
- echo no | android create avd --force -n test -t android-25 --abi google_apis/arm64-v8a