• .gitlab-ci-unix.yml

    From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, October 10, 2024 20:34:24
    https://gitlab.synchro.net/main/sbbs/-/commit/dea182c740ab27eeb10c0a38
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Add SyncTERM CMake test build.

    So we can be sure it keeps working.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thursday, October 10, 2024 20:38:32
    https://gitlab.synchro.net/main/sbbs/-/commit/d48651cad7b06db4cac5d02a
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Don't do cross-platform CMake builds.

    They're tricky tricky tricky tricky.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, October 11, 2024 11:54:44
    https://gitlab.synchro.net/main/sbbs/-/commit/e6b98052e0533ac43545fc37
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    The syncterm-cmake targets don't need cryptlib to be built first anymore.

    ---
    þ 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, January 15, 2025 20:23:53
    https://gitlab.synchro.net/main/sbbs/-/commit/5c6a22ed3dd74637c37ee846
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Use jsexec for these JS tests instad of jsdoor, jsdoor doesn't have a User class

    If we want to (re)run a specific set/subset of tests with jsdoor, perhaps we can
    come up with some naming scheme that allows that, but for now, it's more important
    that jsexec is correctly functioning than jsdoor.

    ---
    þ 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, January 15, 2025 20:31:53
    https://gitlab.synchro.net/main/sbbs/-/commit/632caf932a646ae5f2c43837
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Revert "Use jsexec for these JS tests instad of jsdoor, jsdoor doesn't have a User class"

    This reverts commit 5c6a22ed3dd74637c37ee84696313ff249a24929.

    This doesn't work cause:

    Unable to create pipeline
    openbsd-amd64 js-testsuite job: undefined need: openbsd-amd64 [jsexec]

    and I'm not about to copy/paste those 50 lines to create the needed jsexec artifact. <sigh>

    ---
    þ 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, January 15, 2025 20:44:12
    https://gitlab.synchro.net/main/sbbs/-/commit/4d654b978f8224acc6738aa1
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Attempt to run exec/tests/ using JSexec instead of JSdoor

    attempt #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 Wednesday, January 15, 2025 20:54:05
    https://gitlab.synchro.net/main/sbbs/-/commit/9be7a994022da889b8ad153a
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Specify path to ctrl directory on jsexec command-line

    ---
    þ 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, January 15, 2025 21:22:56
    https://gitlab.synchro.net/main/sbbs/-/commit/cf6767ac002f9bb8785f30a2
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Wrong path to ctrl dir (not that it really matters I think)

    ---
    þ 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, January 15, 2025 22:46:45
    https://gitlab.synchro.net/main/sbbs/-/commit/a0647a21f7386b7dad1a269d
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Try setting SBBSCTRL env var instead

    gitlab-runner on my Mac mini doesn't have access to /sbbs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on macOS)@VERT to Git commit to main/sbbs/master on Wednesday, January 15, 2025 22:56:05
    https://gitlab.synchro.net/main/sbbs/-/commit/fce10d2a7c4bde2e90ffca75
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Actually set SBBSCTRL (not SBBSEXEC) env var

    ---
    þ 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 Thursday, January 16, 2025 09:50:31
    https://gitlab.synchro.net/main/sbbs/-/commit/7c614b638e0a6572a3150530
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Use non-buffered output for jsexec console (log) messages

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