This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 62d9213 Created CI Server Setup (markdown)
62d9213 is described below
commit 62d921364da91427bf224fd63a6ed4d0513514aa
Author: aharui <[email protected]>
AuthorDate: Tue Oct 8 11:08:29 2019 -0700
Created CI Server Setup (markdown)
---
CI-Server-Setup.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/CI-Server-Setup.md b/CI-Server-Setup.md
new file mode 100644
index 0000000..0afe14a
--- /dev/null
+++ b/CI-Server-Setup.md
@@ -0,0 +1,13 @@
+Volunteers can run a CI Server to provide nightly builds and help create
releases. This is an attempt to document the minimum configuration for a
Royale CI Server.
+
+The version numbers of most things don't matter. The Java version might
matter in that Royale produces "reproducible binary artifacts" and anyone else
trying to reproduce those binaries must use the same version of Java. Using a
different version of Java is not guaranteed to result in the same binaries.
+
+The Server must have:
+
+Git (currently 2.15)
+Java JDK (currently 1.8.0_201)
+JAVA_TOOL_OPTIONS -Xms384m -Xmx1g
+
+Adobe AIR SDK 4.0 (installed such that there is a
C:\adobe\air\4.0\AdobeAIRSDK\air-sdk-description.xml).
+Adobe Flash SDK 11.7 (installed such that there is a
C:\adobe\flash\11.7\playerglobal.swc)
+Adobe Flash Projector Debugger (installed such that there is a
C:\adobe\flash\11.7\flashplayerdebugger.exe)