• .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 Sat Feb 3 22:33:35 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/563154d0d22100268639e23e
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add NetBSD builds to the ole pipeline

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Feb 3 22:40:56 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/e4ee2277402ebd0960fa0f2c
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Use system curses for all targets.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Feb 4 13:05:26 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/3bdd7740fae0dea958050faa
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add OpenBSD runner to the pipes

    ---
    þ 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 Feb 5 20:06:57 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/c85702d459e9edc880c1e832
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add simple jsexec smoke test (for linux SBBS build)

    First attempt at adding tests to the CI pipeline

    ---
    þ 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 Feb 5 20:09:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/43eb9ddda77b43eba12161f7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Hm... the single-quotes need to be quoted?

    ---
    þ 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 Feb 5 20:19:11 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/eec2bc2ab8fb4e548956a225
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add a needs clause to the jsexec smoketest job

    jobs in the 'test' stage are supposed to run only after all jobs in the 'build' stage so I don't understand why this would be needed, but I'm getting pipeline failures with it trying to run this test before building anything. Or maybe its something else (no artifacts?).

    ---
    þ 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 Feb 5 20:22:35 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f0e747ae29baf192a102b1a0
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Try 'dependencies' keyword instead of 'needs' <shrug>

    'smoketest-jsexec-linux' job needs 'sbbs-linux' job, but 'sbbs-linux' is not in any previous stage

    ---
    þ 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 Feb 5 20:24:01 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/86558c42a8ea410d75a09357
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix dependencies should be an array of strings

    ---
    þ 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 Feb 5 20:36:23 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/087236651bb9ccd75be7d659
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    According to the gitab docs, specifying dependencies shouldn't be necessary

    "When dependencies is not defined in a job, all jobs in earlier stages are considered dependent and the job fetches all artifacts from those jobs."

    So... I'm a little stumped why the artifacts aren't be downloaded for this test.

    ---
    þ 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 Feb 5 20:51:44 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8f7ddc70980aeb319b8e2a35
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Try bringing .rules into the test

    to see if that brings in the build jobs into the pipeline

    ---
    þ 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 Feb 5 21:07:49 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b834cc05c272142eb51141de
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Okay, we don't want *all* the artifacts

    That makes the wildcard path/execution fail

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:22:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5998f5d7f1d9307c166d5624
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add js test suite

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:23:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/be2da41176a8e633b922bbaf
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add quotes

    ---
    þ 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 Feb 5 21:24:05 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/52fbdbb22b62990763e36d2c
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Specify the path to the ctrl directory in jsexec smoketest

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:24:26 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f890934b999ec6512a2486af
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix depends

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:25:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/7a69b9f881d4c5f1e68dac6a
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Don't depend on build

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:40:25 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f5fe94218ccd532be502ac8f
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add tags for js-testsuite too

    ---
    þ 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 Feb 5 21:45:44 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8b6235981c9c1ef965af8545
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Don't change cwd to ctrl dir when running jsexec smoketest

    ---
    þ 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 Feb 5 21:52:46 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/7ccf32f2234826a83d6ed022
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Okay, let's try a simple 0 exit code

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:55:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/9dcc87ff6ca6a23cec09e247
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Split out 3rdp libs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:56:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/1d086179e885c5c25bc035b1
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Colons

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:56:53 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/cefd25fa5c069d96f663a810
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix paths

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:57:40 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/efee0392d8bdefed30e992d6
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    No named support

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:58:10 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/e7ab9eeb6c1ce9294e7e8d33
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix names

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 22:00:17 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/bd65b06726a81e7a1082ff94
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    My layout isn't the same as the git one. :D

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 22:03:46 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f9cc0f52b7307a638a94a313
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Build cryptlib in cryptlib target.

    ---
    þ 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 Feb 5 22:26:07 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/304334a984f590f60522cf95
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Hm... I didn't think setting LD_LIBRARY_PATH would be needed

    ... but worth a try here

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 22:27:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/e3319dc987471e81f83240a2
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix 3rdp targets

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 22:39:09 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/03540dac12b58d957fadcf62
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Package the right files for cryptlib

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:00:54 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6756ddda105ec85f9bb64209
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add spec

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:03:17 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/fcf91e904843309b7b4c8090
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Set defaults properly

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:04:59 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/2813a6fc77cfe5dd61df960d
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add defaults even for ones that need to be overwritten

    For the rules still in the main file

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:07:09 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/c361024b643c1bce1269f2e7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Pluralize

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:09:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8a873c979dea83bfc149832a
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Quote stuff

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:28:39 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/55fdb5b5dbc7430f0c134840
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    And fix noskeeters

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:47:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/7e8b259ad853ff749e25a055
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    NetBSD uses system curses

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 20:04:08 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5cef0a6485890b68ff055066
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Slip in the -d to figure out why re-linking is happening.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 23:20:10 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b3e7af982fba40208fd0e977
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Put the -d back in to find the last nit...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Feb 7 09:50:29 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/63f8f17988b8bc6197cdcdc4
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Remove unneeded build flags.

    Just because I use them for SyncTERM releases doesn't mean we want
    them for CI.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Feb 7 15:15:31 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/a43b5bb1d124d61d8e050d53
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    And fix extends

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Feb 7 15:53:15 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/09cc1527edeae29cabd7ae16
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Update smoketest depend

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Feb 7 16:07:58 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/22eee9c0cbbe7beb2a0f57a9
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Move noskeeters into the freebsd-amd64 group

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Feb 7 18:12:34 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f0f43b7638d3209a0598d5e0
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Group Windows jobs, delete commented out old Linux jobs.

    ---
    þ 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 12 22:16:32 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/82b98045bdf76bd5134de55e
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Re-enable the SyncTERM-MSVC build job

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 20 16:24:42 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/27cea49d41a3d7ad4148f1a4
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add mingw32-w64 build

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Feb 24 08:34:07 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6ca9a141c7f52e0d2b46a605
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Remove the mingw32 builds

    mingw32 has been dead for years, and is missing huge swaths of the
    Windows APIs. strerror_s() was the straw that broke the camels
    back here, but there's a lot of hackery for it.

    I'm not going to go through and actually remove the build support
    yet since I may want to do the 1.2 SyncTERM release with it (though
    likely not), but it's not long for this world.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Mar 16 17:43:17 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/7f4bd6b59cc75c51d1abd085
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add macOS runner

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Mar 17 02:47:42 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/a347b93f2ecbdd9251ee734e
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Darwin is not a cross-platform build (though the M1 build would be)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Mar 20 01:11:04 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/74ef6275531103cda93a91aa
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    We need to add RELEASE=1 if we specify build flags manually.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Mar 20 01:54:22 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/42380a9a73ee3ac2f87e57d7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Enable ccache for NetBSD and OpenBSD as well.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Mar 20 02:19:55 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/91094761cd0ca2f27a1ef6b0
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    And ccache the rest of alumitron.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Mar 20 02:36:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/ee440f13de2b18b159d3ccad
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    And finally, ccache raspian.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Mar 20 12:00:33 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/790c81aca984c61d5529155b
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Noskeeters need to extend sbbs-build, not sbbs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Mar 21 16:57:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/ffcd15ba9f01b25b27005826
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Disable Darwin build just to see how fast it could be...

    ---
    þ 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 Sat Mar 23 01:09:11 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/3d6ffb465ba1f70e87e93a6f
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Enable ccache in Linux builds

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