Skip to content
Snippets Groups Projects
Commit ab4af90c authored by Krzysztof Bąk's avatar Krzysztof Bąk
Browse files

Update build_as_vagrant.sh

parent 5f7be77d
No related branches found
No related tags found
No related merge requests found
Pipeline #953 canceled with stages
in 2 minutes and 20 seconds
......@@ -7,8 +7,10 @@ sudo apt-get install -y unzip wget tar
echo """
export PATH=\\$PATH:/home/vagrant/platform-tools:/home/vagrant/build-tools/25.0.1:/home/vagrant/tools
export ANDROID_HOME=/home/vagrant
""" >> /home/vagrant/.bashrc
source /home/vagrant/.bashrc
""" >> /etc/profile.d/vagrant_env.sh
chmod a+x /etc/profile.d/vagrant_env.sh
source /etc/profile.d/vagrant_env.sh
wynurz node5 && sudo npm install -g --unsafe-perm bower gulp cordova@6.5.0 karma &
wynurz get-adt25 &
......
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