mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
travis: disable downloading of cmake for now
This commit is contained in:
parent
237043e776
commit
3193d76eff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue