Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on March 06, 2022, 12:52:00 am
-
Here is the nightly for 06 March 2022 - Revision afce512f5
Group: Win32-SSE2
nightly_20220306_afce512f5-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220306_afce512f5/nightly_20220306_afce512f5-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220306_afce512f5/nightly_20220306_afce512f5-builds-Win32-SSE2.zip))
Group: Linux
nightly_20220306_afce512f5-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20220306_afce512f5/nightly_20220306_afce512f5-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220306_afce512f5/nightly_20220306_afce512f5-builds-Linux.tar.gz))
Group: Win64-SSE2
nightly_20220306_afce512f5-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20220306_afce512f5/nightly_20220306_afce512f5-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20220306_afce512f5/nightly_20220306_afce512f5-builds-x64-SSE2.zip))
------------------------------------------------------------------------
commit afce512f5
Author: Allen A. Babb
Commit: GitHub
Repair Automated Forum and Nebula Scripts (#4052)
.github/workflows/build-release.yaml | 17 +-
...e-image-workflow.yaml => build-standalone.yaml} | 0
.../{master-build.yaml => cache-master.yaml} | 0
.github/workflows/post-build-release.yaml | 62 ++++++
.../{pr-workflow.yaml => test-pull_request.yaml} | 0
ci/post/file_list.py | 228 +++++++++++++++++++
ci/post/forum.py | 65 ++++++
ci/post/installer.py | 88 ++++++++
ci/post/main.py | 238 ++++++++++++++++++++
ci/post/nebula.py | 241 +++++++++++++++++++++
ci/post/nightly.mako | 27 +++
ci/post/release.mako | 68 ++++++
ci/post/requirements.txt | 3 +
ci/post/util.py | 46 ++++
14 files changed, 1082 insertions(+), 1 deletion(-)