• .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 Deuc¿@VERT to Git commit to main/sbbs/master on Friday, November 08, 2024 21:03:22
    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 Friday, November 08, 2024 21:23:05
    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 Friday, November 08, 2024 21:30:06
    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 Friday, November 08, 2024 21:50:26
    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 Friday, November 08, 2024 21:59:34
    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 Friday, November 08, 2024 22:10:19
    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 Saturday, November 09, 2024 11:28:14
    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 Saturday, November 09, 2024 19:22:06
    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 Saturday, November 09, 2024 20:57:52
    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