Commit 3fdb2ee
committed
Add Vagrant config
[Vagrant](http://vagrantup.com) is used to create a stable and reproducible virtual machine for build and test purposes.
We're using Ubuntu 14.04 LTS (Trusty).
Installed software:
| Package | Version |
|---------------|----------------------|
| dos2unix | 6.0.4 |
| git | 1.9.1 |
| git-flow | 1.6.1 (AVH Edition) |
| ghostscript | 9.10 |
| imagemagick | 6.7.7-10 |
| maven | 3.0.5 |
| mc | 4.8.11 |
| openjdk-7-jdk | 1.7.0_91 |
| php5-cli | 5.5.9 |
| screen | 4.1.0 |
Usage:
```bash
vagrant box add ubuntu/trusty64
vagrant up
vagrant ssh
cd /vagrant
mvn clean install -DgsExec=$(which gs) -DcompareExec=$(which compare) | tee mvn.log
exit
vagrant halt
```
After you shut down the VM, the build artifacts will still be available in the repository directory.1 parent 4e29669 commit 3fdb2ee
2 files changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments