SyneRBI / SyneRBI_VM

Virtual Machine with pre-installed SyneRBI software
http://www.ccpsynerbi.ac.uk
Apache License 2.0
3 stars 7 forks source link

move install shell script in Vagrantfile to a standalone script #114

Closed paskino closed 5 years ago

paskino commented 5 years ago

using config.vm.provision "shell", inline: <<-SHELL at this line works fine but the content of the shell script should go into a standalone script that can be used to configure a different VM as Jenkins or Travis.

KrisThielemans commented 5 years ago

sure, could put it in devel/CCPPETMR_VM/scripts/. Note that it is debian-specific.

This is of course https://github.com/CCPPETMR/SIRF-SuperBuild/issues/91