mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
Work in progress on integrating build server
This commit is contained in:
parent
d6e390afd6
commit
498e7d3c5f
14 changed files with 334 additions and 116 deletions
17
README.buildserver
Normal file
17
README.buildserver
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
Setting up a build server:
|
||||
|
||||
1. Install VirtualBox, vagrant and vagrant-snap
|
||||
2. In the buildserver directory, run 'vagrant up'. Will take a long time.
|
||||
3. Log in with 'vagrant ssh'
|
||||
4. Check it all looks ok, then 'sudo shutdown -h now'
|
||||
5. Back in the main directory, run 'VBoxManage listvms' look for
|
||||
buildserver_xxxx
|
||||
6. Run 'vagrant package --base buildserver_xxxx --output buildserver.box'.
|
||||
Will take a while.
|
||||
7. You should now have a new 'buildserver.box'
|
||||
|
||||
You should now be able to use the --server option on build.py and builds will
|
||||
take place in the clean, secure, isolated environment of a fresh virtual
|
||||
machine for each app built.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue