2 Commits

Author SHA1 Message Date
Azat Khuzhin
ca591c5b1b vagrant: add centos box
Packages list get from here:
  https://pkgs.org/search/

Refs: #424
2016-11-18 20:58:08 +03:00
Azat Khuzhin
9585338f6c Testing with vagrant for 6 OS and cmake+autoconf
OS:
- linux
- freebsd
- osx
- netbsd
- solaris
- win

And mostly they all are more or less fine, except for timing issues

Also it supports next environment variables:
- NO_PKG
- NO_CMAKE
- NO_AUTOTOOLS

For instance if you run ubuntu box seocnd time, then you can run with:
$ NO_PKG=true vagrant provision ubuntu
2016-11-01 00:26:22 +03:00