Skip to content
Snippets Groups Projects
Commit 04065e48 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

check

parent 63c1f91a
No related branches found
No related tags found
No related merge requests found
Pipeline #661 passed with stages
in 36 minutes and 12 seconds
...@@ -10,15 +10,14 @@ export ANDROID_HOME=/home/vagrant ...@@ -10,15 +10,14 @@ export ANDROID_HOME=/home/vagrant
""" >> /home/vagrant/.bashrc """ >> /home/vagrant/.bashrc
source /home/vagrant/.bashrc source /home/vagrant/.bashrc
(wynurz node5 && wynurz node5 && sudo npm install -g --unsafe-perm bower gulp cordova@6.3.1 karma &
sudo npm install -g --unsafe-perm bower gulp cordova@6.3.1 karma) &
wynurz get-adt25 & wynurz get-adt25 &
wynurz jdk wynurz jdk
wait %2 wait %2
cd /home/vagrant
echo y | ./tools/bin/sdkmanager "build-tools;25.0.1" "build-tools;24.0.0" "platforms;android-25" "platforms;android-24" "platforms;android-23" "platform-tools" "extras;android;m2repository" "extras;google;m2repository" "extras;google;google_play_services" echo y | ./tools/bin/sdkmanager "build-tools;25.0.1" "build-tools;24.0.0" "platforms;android-25" "platforms;android-24" "platforms;android-23" "platform-tools" "extras;android;m2repository" "extras;google;m2repository" "extras;google;google_play_services"
wait %1 wait %1
...@@ -37,8 +37,8 @@ if [ $1 == "get-adt25" ]; then ...@@ -37,8 +37,8 @@ if [ $1 == "get-adt25" ]; then
else else
wget -nv http://dev.dms-serwis.com.pl/misc/tools_r25.2.3-linux.zip wget -nv http://dev.dms-serwis.com.pl/misc/tools_r25.2.3-linux.zip
fi; fi;
unzip tools_r25.2.3-linux.zip unzip tools_r25.2.3-linux.zip
rm -f tools_r25.2.3-linux.zip rm -f tools_r25.2.3-linux.zip
fi fi
if [ $1 == "jdk" ]; then if [ $1 == "jdk" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment