Build and run a test in CI #2102

Closed
opened 2026-04-05 23:45:05 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @coryrc on 9/22/2025

Description

Tests let developers say "this thing should always work like this" and prevent bugs. Here we will get one set of tests working and running in CI. Then I or anyone can add more incrementally.

Also fixes some bugs:

  • Allows build_linux.sh to actually generate RelWithDebInfo build
  • Actually build the tests, not just generate the Ninja files
  • Don't run scheduled builds on personal forks
  • Don't fail builds on forks because deployment can't work
  • Remove extraneous reference to Perl tests which don't exist

Tests

Yes. Update build_linux.sh to actually build tests, update CLAUDE.md's instructions on building and running tests.

TODO:

  • Add info to wiki Done
  • Add workflow to run test Done

Progress for #10309 and #10308

*Originally created by @coryrc on 9/22/2025* # Description Tests let developers say "this thing should always work like this" and prevent bugs. Here we will get one set of tests working and running in CI. Then I or anyone can add more incrementally. Also fixes some bugs: * Allows build_linux.sh to actually generate RelWithDebInfo build * Actually build the tests, not just generate the Ninja files * Don't run scheduled builds on personal forks * Don't fail builds on forks because deployment can't work * Remove extraneous reference to Perl tests which don't exist ## Tests Yes. Update build_linux.sh to actually build tests, update CLAUDE.md's instructions on building and running tests. TODO: * ~Add info to wiki~ Done * ~Add workflow to run test~ Done Progress for #10309 and #10308
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#2102