mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
7 lines
130 B
Ruby
7 lines
130 B
Ruby
Vagrant::Config.run do |config|
|
|
|
|
config.vm.box = "buildserver"
|
|
|
|
config.vm.customize ["modifyvm", :id, "--memory", "768"]
|
|
|
|
end
|