4 Commits

Author SHA1 Message Date
Azat Khuzhin
36da6877f0 vagrant/netbsd: more reliable way of installing packages
Link: http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/doc/pkgsrc.html#installing-binary-packages
2017-01-19 20:46:07 +03:00
Azat Khuzhin
f7c70aef73 vagrant/osx: use make instead of gmake (there is no gmake)
$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0
2016-12-06 13:06:50 +03:00
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