Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: README.md

Issue 29448564: Issue 5277 - Prepare Vagrant files for CI (Closed)
Patch Set: see the changes in commit message https://github.com/4ntoine/libadblockplus-android-ci/commit/d44b6f71a6efb02d46fb594e823c6e810ba79a4f Created May 25, 2017, 1:50 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Vagrantfile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # WIP of libadblockplus-android CI 1 # WIP of libadblockplus-android CI
2 2
3 Copy the `Vagrantfile` and `vagrant-*.sh` scripts into the 3 Copy the `Vagrantfile` and `vagrant-*.sh` scripts into the
4 `libadblockplus-android` directory, then do `vagrant up` to start and 4 `libadblockplus-android` directory, then:
5 provision the virtual machine. 5 1) `vagrant up` to start and provision the VM
6 2) `./add_disk.sh` to add new partition to VM and mount it
6 7
7 ### Building 8 ### Building
8 9
9 `vagrant ssh -- /vagrant/vagrant-build.sh` 10 `vagrant ssh -- /vagrant/vagrant-build.sh`
10 11
11 ### Testing 12 ### Testing
12 13
13 `vagrant ssh -- /vagrant/vagrant-test.sh` 14 `vagrant ssh -- /vagrant/vagrant-test.sh`
14 15
OLDNEW
« no previous file with comments | « no previous file | Vagrantfile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld