Skip to content

Commit

Permalink
fixup! vagrant: add Vagrantfile to test native in FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jul 14, 2020
1 parent 5b8df7e commit d0d356e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dist/tools/vagrant/freebsd/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
$init_riot = <<-INIT_RIOT
# vim for xxd
pkg install -y bash git gmake gcc cmake py37-pip py37-scipy py37-pycrypto \
py37-cython python3 py37-scapy vim
pkg install -y bash git gmake gcc cmake afl afl++ \
python3 py37-pip py37-scipy py37-pycrypto py37-cython py37-scapy \
vim
chsh -s /usr/local/bin/bash vagrant
if ! [ -d /home/vagrant/RIOT ]; then
git clone --recurse-submodules https://github.com/RIOT-OS/RIOT /home/vagrant/RIOT
Expand Down

0 comments on commit d0d356e

Please sign in to comment.