Skip to content

Commit

Permalink
test: add freebsd to the vagrantfile for testing
Browse files Browse the repository at this point in the history
Related to #2298
  • Loading branch information
flavorjones committed Aug 3, 2021
1 parent 8cafcee commit 6e87b67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Vagrantfile
Expand Up @@ -24,6 +24,9 @@ boxen << Box.new("bionic32", "mkorenkov/ubuntu-bionic32", <<~EOF)
apt-get install -y libxslt-dev libxml2-dev pkg-config
apt-get install -y ruby ruby-dev bundler git
EOF
boxen << Box.new("freebsd", "freebsd/FreeBSD-13.0-CURRENT", <<~EOF)
pkg install rbenv ruby-build
EOF

Vagrant.configure("2") do |config|
boxen.each do |box|
Expand Down

0 comments on commit 6e87b67

Please sign in to comment.