Skip to content

Conversation

@fpiesche
Copy link
Collaborator

@fpiesche fpiesche commented Jul 2, 2025

  • CMake file to try and automatically build all the mods
  • Separate cmake modules for mods that need special case treatment
  • Github workflows to build mods:
    • automatically build mods on 9 platforms:
      • mac arm64 (M1+)
      • mac x86_64
      • win x86
      • win x86_64
      • linux armhf
      • linux arm64
      • linux x86
      • linux x86_64
      • wasm
    • Only build changed mods by default
    • Build any specified or all mods via manual run
    • On PRs and branch commits, only build the mods and archive the builds as artifacts
    • On commits to main, build changed mods and create a GitHub release for them
  • Dependabot configuration to automatically update submodules and github actions

Also fix ctc to build on Linux.

TODO:

  • Handle wasm build via cmake too
  • Make cmake debug/release/etc configurations work (ie. Release to strip the libraries and RelWithDebInfo to export debug symbols to pdb files)
  • Fix the various mods building natively across platforms (wahey!)

- CMake file to try and automatically build all the mods
- Separate cmake modules for mods that need special case treatment
- Github workflows to build mods:
  - automatically build mods on 9 platforms:
    - mac arm64 (M1+)
    - mac x86_64
    - win x86
    - win x86_64
    - linux armhf
    - linux arm64
    - linux x86
    - linux x86_64
    - wasm
  - Only build changed mods by default
  - Build any specified or all mods via manual run
  - On PRs and branch commits, only build the mods and archive the builds as artifacts
  - On commits to main, build changed mods and create a GitHub release for them
- Dependabot configuration to automatically update submodules and github actions

Also fix ctc to build on Linux.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant