Skip to content

Instantly share code, notes, and snippets.

@lukewpatterson
Created December 4, 2012 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukewpatterson/4208959 to your computer and use it in GitHub Desktop.
Save lukewpatterson/4208959 to your computer and use it in GitHub Desktop.
First attempt at local build
language: ruby
rvm:
- "1.9.3"
install:
- sudo echo "deb http://download.virtualbox.org/virtualbox/debian precise contrib" | sudo tee -a /etc/apt/sources.list
- wget http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
- sudo apt-get update
- sudo apt-get -y install linux-headers-$(uname -r)
- sudo apt-get -y install virtualbox-4.2
- VBoxManage -v
- gem install veewee
script:
- veewee vbox define 'mybox' 'ubuntu-11.10-server-amd64'
- date
- veewee vbox build 'mybox' --auto --debug --nogui
- date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment