OLD | NEW |
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 |
OLD | NEW |