summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release_checklist.md24
1 files changed, 21 insertions, 3 deletions
diff --git a/release_checklist.md b/release_checklist.md
index 81706024..58a14737 100644
--- a/release_checklist.md
+++ b/release_checklist.md
@@ -6,13 +6,31 @@
2. Start the `endeavouros64` VirtualBox virtual machine
-3. Check the repository's branch on the virtual machine
+3. Go into `SSVOpenHexagon` directory
-4. Run `SSVOpenHexagon/vbox/build_and_upload_server.sh`
+4. Check the repository's branch on the virtual machine
+
+5. Run `./vbox/build_and_upload_server.sh`
5. Verify that the server is working with `ssh vittorioromeo@139.162.199.162`, `sudo journalctl -u openhexagon-server -f`
-## Client
+## Linux Client
+
+1. `git push` from main development machine, check the branch
+
+2. Start the `endeavouros64` VirtualBox virtual machine
+
+3. Go into `SSVOpenHexagon` directory
+
+4. Check the repository's branch on the virtual machine
+
+5. `cd buildlx && ./make_release_client_vbox.sh && cd .. && ./prepare_release_linux.sh`
+
+6. `cd _PREPARED_RELEASE_LINUX_TEST && ./run_ssvopenhexagon_linux.sh`
+
+7. The Linux client build will automatically be copied to the main development machine's drive
+
+## Windows Client
1. Run `SSVOpenHexagon/buildrel/make_release_client_win10_msys.sh`