- Feb 06, 2024
-
-
Deucе authored
-
Deucе authored
For the rules still in the main file
-
Deucе authored
-
Deucе authored
-
Deucе authored
This also splits up the dependencies better
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
... but worth a try here
-
Rob Swindell authored
If a relative path to the ctrl directory is specified on the command-line or in the SBBSCTRL environment variable, the loading of ctrl/*.ini would fail after the changing of the working directory. We should probably get replace all use of FULLPATH with _fullpath someday, but for now, I just went with majority-rule.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
That makes the wildcard path/execution fail
-
Rob Swindell authored
to see if that brings in the build jobs into the pipeline
-
Deucе authored
Various bits needed to be hacked up a bit since it was written for a newer JS standard, but it's at least 11 better than 42.
-
Rob Swindell authored
"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.
-
Rob Swindell authored
-
Rob Swindell authored
'smoketest-jsexec-linux' job needs 'sbbs-linux' job, but 'sbbs-linux' is not in any previous stage
-
Rob Swindell authored
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?).
-
Rob Swindell authored
-
Rob Swindell authored
First attempt at adding tests to the CI pipeline
-
Rob Swindell authored
DDMsgReader: Use the P_UTF8 mode bit when writing UTF8 header information so it looks right on UTF-8 terminals. This also includes a dd_lightbar_menu.js update (for the message list). See merge request !394
-
Eric Oulashin authored
DDMsgReader: Use the P_UTF8 mode bit when writing UTF8 header information so it looks right on UTF-8 terminals. This also includes a dd_lightbar_menu.js update (for the message list).
-
Deucе authored
This removes the -utf8 option and stores the line strings as unicode strings if the terminal supports utf8. A shitty inkey() wrapper and a shitty putc() wrapper were added to deal with this.
-