• .gitlab-ci.yml

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, June 08, 2022 22:01:51
    https://gitlab.synchro.net/main/sbbs/-/commit/f184b682dce880837d0074f7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add CI build for SVDM (Synchronet Virtual DOS Modem) for Windows
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, December 31, 2022 00:49:03
    https://gitlab.synchro.net/main/sbbs/-/commit/1e737459978d50fa99f3a6f7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Prefix .bat file script invocation lines with "call"

    Apparently when the Gitlab Runner is using "cmd", you must do this or only
    the first invoked bat file is executed. This explains why sbbsctrl.exe
    (and other) files have been missing from the CI-generated artifact archives. Back when I was using "powershell" to invoke the CI build for sbbs-windows
    (my Gitlab-runner/config.toml file had shell = "powershell"), this wasn't an issue, but this configuration stopped working on Vert at some point (https://forum.gitlab.com/t/windows-10-gitlab-runner-fails-with-error-no-process-is-on-the-other-end-of-the-pipe/66691)
    so I switched to "cmd", even though it's deprecated.

    Remove the dependencies: [] line since that wasn't a solution to anything.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, December 31, 2022 03:50:10
    https://gitlab.synchro.net/main/sbbs/-/commit/c0344adddfd3ce5cdf445356
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Revert "Prefix .bat file script invocation lines with "call""

    This reverts commit 1e737459978d50fa99f3a6f73112915208fdbd2a.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, January 26, 2023 12:06:32
    https://gitlab.synchro.net/main/sbbs/-/commit/3bde14c628031203e56464c7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Trigger CI builds on any C/C++ source or makefile changes in xtrn/*
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, May 05, 2023 13:13:01
    https://gitlab.synchro.net/main/sbbs/-/commit/d6f707eb3ea6634963bf4fca
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix job for Win32 builds on FreeBSD
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, June 01, 2023 15:04:15
    https://gitlab.synchro.net/main/sbbs/-/commit/3963e42a091a3e3800989d2c
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Re-enable syncterm-msvc pipeline
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, June 03, 2023 00:18:29
    https://gitlab.synchro.net/main/sbbs/-/commit/1164b6a1f709377741ff7a7a
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Use a single pipeline for Linux SyncTERM and dpkg

    No need to build twice just to create the bundle.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, June 03, 2023 02:51:02
    https://gitlab.synchro.net/main/sbbs/-/commit/1286ee4b4ae6a548cd200aa6
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix some pipes.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Monday, June 05, 2023 17:06:52
    https://gitlab.synchro.net/main/sbbs/-/commit/0177b913fb62559c3463f42f
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add a noskeeters build for FreeBSD.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Monday, June 05, 2023 21:27:46
    https://gitlab.synchro.net/main/sbbs/-/commit/0224e9764fc1f3ac66ad5c5b
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add raspbian built for SyncTERM
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, June 06, 2023 08:58:38
    https://gitlab.synchro.net/main/sbbs/-/commit/3b606d52095bd0d151c3e4c7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add the rest of the targets for RaspberryPi
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to main/sbbs/master on Wednesday, June 07, 2023 00:00:04
    https://gitlab.synchro.net/main/sbbs/-/commit/b0f1f84561203c0ebb5e5b41
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    No aarch64 sbbs build

    Now that I've upgraded my RPi 400 to aarch64, it turns out aarch64
    isn't supported by Spidermoney or the libffi it ships with, so
    there's no easy way to make it build.

    Untill Spidermonkey is updated, there's just no reasonable way to
    build on aarch64.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tracker1@VERT/TRN to Deuce on Friday, June 16, 2023 13:27:22
    Re: .gitlab-ci.yml
    By: Deuce to Git commit to main/sbbs/master on Wed Jun 07 2023 00:00:04

    No aarch64 sbbs build

    Now that I've upgraded my RPi 400 to aarch64, it turns out aarch64
    isn't supported by Spidermoney or the libffi it ships with, so
    there's no easy way to make it build.

    Untill Spidermonkey is updated, there's just no reasonable way to
    build on aarch64.

    So much for my prior question... :-/


    --
    Michael J. Ryan
    +o roughneckbbs.com
    tracker1@roughneckbbs.com

    ---
    þ Synchronet þ Roughneck BBS - roughneckbbs.com
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, September 24, 2024 14:45:01
    https://gitlab.synchro.net/main/sbbs/-/commit/3a8ae8b89d630d34aca74ed9
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    clang 16.0.0 crashes when building JS... unhook from builds.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sunday, September 07, 2025 17:11:45
    https://gitlab.synchro.net/main/sbbs/-/commit/89cd0d0356b8320f94b33e8a
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Disable macOS-aarch64 builds since they're now broken (can't build libmozjs)

    ... with latest macOS "XCode command-line tools" update (clang, presumably):

    cc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/aarch64/sysv.lo -MD -MP -MF src/aarch64/.deps/sysv.Tpo -c src/aarch64/sysv.S -fno-common -DPIC -o src/aarch64/sysv.o
    /var/folders/46/tk4q8kln4xg8k9h_5sjpqwrc0000gn/T/sysv-e16178.s:28:2: error: invalid CFI advance_loc expression
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Friday, October 03, 2025 16:26:49
    https://gitlab.synchro.net/main/sbbs/-/commit/ac3998a252e71d69764dcf49
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fixup the Linux install test to not reclone (!) the repo

    ... as discovered and reported by Deuce (thanks).
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Friday, October 03, 2025 17:08:14
    https://gitlab.synchro.net/main/sbbs/-/commit/6e4b77d19abf119f46e5d813
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Pass the absolute/real repo path to the make install-sbbs.mk command-line

    the nested make -C call to exec/GNUmakefile (remember that thing?) fails otherwise:
    make -C /home/gitlab-runner/builds/z3jxwBK1/0/main/sbbs/sbbs/exec MAKEFLAGS= os=linux RELEASE=1 BAJAPATH=../src/sbbs3/gcc.linux.x64.exe.release/baja
    make[1]: *** No rule to make target 'ftp.bin', needed by 'all'. Stop.

    ... because make -C changes the working dir to the exec dir, so "../src/sbbs3/..." ends up being an valid path to the baja executable.
    It'd probably be good to convert REPODIR in the install makefile to an
    absolute path automatically, but this seemed like a first-level fix, at least. ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Friday, October 03, 2025 20:32:29
    https://gitlab.synchro.net/main/sbbs/-/commit/edd2ea861494a219fd743c5c
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Disable the MSVC build of SyncTERM since it's stopped working

    ... with the latest MSVC update:

    error directive: "C atomic support is not enabled"

    in multiple .c files.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, October 10, 2025 11:50:59
    https://gitlab.synchro.net/main/sbbs/-/commit/998c0961c690b9f010e7e39a
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Build doors on the "fast" machines that actually exist.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, October 18, 2025 12:37:12
    https://gitlab.synchro.net/main/sbbs/-/commit/0bd9ba4d824b961af8871413
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Build doors on Alpine

    Because Alpine can build statis Linux binaries that work.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, October 28, 2025 00:03:01
    https://gitlab.synchro.net/main/sbbs/-/commit/f70fe7010d99d01b86dd4cc0
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Workbench is no longer raspian armhf on aarch64
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, October 28, 2025 00:49:57
    https://gitlab.synchro.net/main/sbbs/-/commit/27838b4d8a659f2c0f402504
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    I don't like rpi sorting first... lower-case it.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, October 28, 2025 00:56:02
    https://gitlab.synchro.net/main/sbbs/-/commit/d362788e87a303071823cfdf
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Disable the x86 mingw builds

    Windows doesn't support 32-bit anymore, and Synchronet doesn't
    really support mingw.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, October 28, 2025 01:01:19
    https://gitlab.synchro.net/main/sbbs/-/commit/2ac7176c76c7cd2009451db1
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Mark OpenBSD as a slow system

    The Linux install target is now the long pole in the CI pipelines.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, October 28, 2025 01:09:12
    https://gitlab.synchro.net/main/sbbs/-/commit/d30814650930342368ac5295
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    See if we can get the linux install at least using ccache
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, November 09, 2025 06:39:06
    https://gitlab.synchro.net/main/sbbs/-/commit/896297db37005641d482a5c7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Raspberry Pi is no longer slow.

    It's the second-fastest build now
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, November 09, 2025 06:39:54
    https://gitlab.synchro.net/main/sbbs/-/commit/630b8ebf6f7e1c5f53cc203c
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    See if we can't build the doors on the Pi too.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, December 07, 2025 09:20:53
    https://gitlab.synchro.net/main/sbbs/-/commit/252ad9e2df46111e3f0cc861
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Since the RPi 500 is so fast, enable GTK and valgrind as well
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Monday, January 26, 2026 19:25:37
    https://gitlab.synchro.net/main/sbbs/-/commit/f2a3a7a9074855f2dbc40f44
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Limit the MSBuild to 2 parallel builds

    to hopefully fix, once and for all, the occasional and unpredictable
    'fatal error C1001: Internal compiler error.' during CI.

    This is going to slow down the windows-x86 build (of sbbs3 solution).
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wednesday, February 25, 2026 18:43:30
    https://gitlab.synchro.net/main/sbbs/-/commit/d9854928b0d1ef9e270b3855
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Move the MSBuild core/thread limit to the correct command-line

    Whoops, maybe *this* will help eliminate the occassional msvc cl.exe crashes. ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wednesday, February 25, 2026 20:45:10
    https://gitlab.synchro.net/main/sbbs/-/commit/d4e06a54b02d7171437ae532
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Let's try one core/thread for sbbs3 msvc build

    We still got "Internal compiler error" with 2
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sunday, March 01, 2026 05:49:02
    https://gitlab.synchro.net/main/sbbs/-/commit/361f40d857068bf8ed7ef729
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Remove the CPU/thread limit - it didn't stop the MSVC internal compiler error ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net