• .gitlab-ci.yml

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Jun 8 22:01:51 2022
    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 Sat Dec 31 00:49:03 2022
    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 Sat Dec 31 03:50:10 2022
    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 Thu Jan 26 12:06:32 2023
    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 Fri May 5 13:13:01 2023
    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 Thu Jun 1 15:04:15 2023
    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 Sat Jun 3 00:18:29 2023
    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 Sat Jun 3 02:51:02 2023
    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 Mon Jun 5 17:06:52 2023
    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 Mon Jun 5 21:27:46 2023
    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 Tue Jun 6 08:58:38 2023
    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 Wed Jun 7 00:00:04 2023
    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 Fri Jun 16 13:27:22 2023
    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 Tue Sep 24 14:45:01 2024
    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 Deuc¿@VERT to Git commit to main/sbbs/master on Fri Nov 8 21:03:22 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8c68877c375f00ffda3024ee
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add the M2 mini

    This will likely fail though.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri Nov 8 21:23:05 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/9d5a54c13fe4af158fcf6735
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Don't use buildflags on M2 yet.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri Nov 8 21:30:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/eb5c9369001af9ecf10c4ae8
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Ok, we need RELEASE=1 or things break.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri Nov 8 21:50:26 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6175ad6172056138300d4a22
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Apparently tags are a substring match?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri Nov 8 21:59:34 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6c86770883a7b2bf160c3e0f
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Try tags without hyphens?

    Ugh.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri Nov 8 22:10:19 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/de7c4e6df13a4733c4a42c27
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    They need to be different OSs!

    That's the key!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Nov 9 11:28:14 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/63db894a973890c1bedb55b1
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Disconnect the x86 mini from the pipes.

    It's slow and crufty, and there's a new mini on the block now.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Nov 9 19:22:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/10fbf1c4289c44af9f8485b4
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Reconnect with High Sierra

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Nov 9 20:57:52 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/85f55c5efbe9c9011be4257e
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Make darwin-x86 builds verbose for now...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Dec 8 11:54:13 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/79fa3c0bb8d46fb4e3730edd
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Disable darmwin-x86

    System is going on a trip.

    ---
    þ 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 Fri Dec 13 18:23:22 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/670a6aedc7766039252dbc47
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Revert "Disable darmwin-x86" - the x86 mac mini has a new home

    This reverts commit 79fa3c0bb8d46fb4e3730eddb9926c5aa15b8b7c.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Dec 18 15:45:38 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/24eaacd0ee98d918c7766ec2
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add alpine linux build (no JS)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Dec 30 22:30:49 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8c648a5a5388339c6615e1b4
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Enable GTK on Apple-arm64

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Dec 30 22:33:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8e88a10aa5490a9da4e8eb79
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Enable it on x86 mac too.

    Whee!

    ---
    þ 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 Thu Jan 16 00:35:40 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/f23c0db496f8afdd896982ca
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Re-run CI pipeline when tests are added or modified

    ---
    þ 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 Mon Jan 20 21:40:47 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/82ae06d13494116b7d4c81bb
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add a smoke test for msvc/win32 build of jsexec

    ---
    þ 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 Mon Jan 20 22:06:38 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/ab67ca09cd5b54a856871a45
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Try running the jsexec-testsuite with the MSVC Win32 build

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Jan 26 23:06:29 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/65b00cc81a6c09d9e651b59b
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Disable Valgrind on FreeBSD for now.

    I'm out of ideas and want the pipes flowing.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Jan 27 13:31:56 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/13e0782fe69307a07d13154f
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Re-enable Valgrind on FreeBSD.

    I have hacked up a patch to Valgrind.

    ---
    þ 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 Sun Feb 2 23:33:24 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/bd51e65a9caa3a3f6af9d666
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Try setting the PATH to point to the win32.release/cryptlib/bin dir

    ... so we always use the correct cl32.dll when running the jsexec test suite
    on Windows.

    ---
    þ 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 Sun Feb 2 23:46:57 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b48082fd45e31bd5583b7ab3
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Echo the path for debugging

    ---
    þ 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 Sun Feb 2 23:56:21 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/d5ecdaaafa935e18e139947f
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Try using quotes

    not clear why this would be required, but exampels seem to use 'em

    ---
    þ 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 Mon Feb 3 00:04:12 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/18e9eb13c150fc2600186cf8
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    This PowerShell, not cmd.exe, as Deuce pointed out

    Oops.

    ---
    þ 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 Mon Feb 3 00:27:31 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/db2d37c9d621f410732470f6
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Do the more powershell thing

    ---
    þ 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 Mon Feb 3 00:47:51 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/945f6f198dea32c13b4704fa
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    We need the original PATH directories too

    ---
    þ 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 Mon Feb 3 00:56:22 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/42a8c2ce43465af8c22278d3
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add an echo PATH debug statement again <sigh>

    ---
    þ 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 Mon Feb 3 01:04:50 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/2237e03d93afc14b8c639b50
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    CI_PROJECT_DIR looks like the more correct variable to use here

    ---
    þ 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 Mon Feb 3 01:13:06 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/5121b370627fff467bf5c305
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Remove the PATH debug

    Also add cryptlib to PATH for jsexec smoke test, just in case

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net