mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01:00
8 lines
130 B
Ruby
8 lines
130 B
Ruby
|
Vagrant::Config.run do |config|
|
||
|
|
||
|
config.vm.box = "buildserver"
|
||
|
|
||
|
config.vm.customize ["modifyvm", :id, "--memory", "768"]
|
||
|
|
||
|
end
|