Skip to content

Add CI #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add CI #3

wants to merge 1 commit into from

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