chiark / gitweb /
CI: set up all SDK components in PATH
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 2 Sep 2015 03:48:58 +0000 (20:48 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 2 Sep 2015 04:12:41 +0000 (21:12 -0700)
.gitlab-ci.yml

index 2bf64415e77f972cb86b68ffc0a190e013b19e94..09854c87392aa66ce5d73f0fd42aff36b5974c7a 100644 (file)
@@ -24,6 +24,8 @@ before_script:
   - export PATH="$ANDROID_HOME/tools:$PATH"
   - echo " == Installing Android SDK components"
   - echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.0
+  - export PATH="$ANDROID_HOME/platform-tools:$PATH"
+  - export PATH="$ANDROID_HOME/build-tools/23.0.0:$PATH"
 
 test:
   script: