aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
AgeCommit message (Collapse)AuthorFilesLines
2015-06-25Vagrant setup fixesEvan Huus1-3/+0
- add license headers to the scripts - don't mount `.` into the VM manually, vagrant already puts it in /vagrant/ for us, just use that. - build with -j3, slightly more efficient even with two cores Change-Id: I43580ade7ae2635696072b39e4f18a401a030a85 Reviewed-on: https://code.wireshark.org/review/9127 Reviewed-by: Evan Huus <eapache@gmail.com>
2015-06-25Add basic Vagrant configurationEvan Huus1-0/+27
For non-linux developers this should somewhat simplify development with e.g. valgrind and other useful tools. Change-Id: I973ab7412ad9a61f0892c25c079ea3424208abd1 Reviewed-on: https://code.wireshark.org/review/9117 Reviewed-by: Evan Huus <eapache@gmail.com>