modorganizer2/Build with mob
Build ModOrganizer 2 plugins and executables using mob
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 21, 2026
- License
- MIT
Pinned Snippet
uses: modorganizer2/build-with-mob-action@be35a1764f993b05338640026673dc077cc6f6c5 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mo2-owner | Owner to use to build. | no | ${{ github.event.pull_request.head.repo.owner.login || github.repository_owner }} |
| mo2-branch | Branch to build. | no | ${{ github.head_ref || github.ref_name }} |
| mo2-dependencies | List of MO2 dependencies to build. | no | "" |
| mo2-skip-checkout | Whether to skip checkout of the repository. | no | false |
| mo2-skip-configure | Whether to skip configure of the repository. | no | false |
| mo2-skip-build | Whether to skip build of the repository (after configure). | no | false |
| qt-install | Whether to install Qt or not. | no | true |
| qt-modules | List of Qt modules to install. | no | "" |
Outputs
| name | description |
|---|---|
| cmake-prefix-path | Value of the CMAKE_PREFIX_PATH variable used when configuring. |
| cmake-install-path | Value of the CMAKE_INSTALL_PREFIX variable used when configuring. |
| working-directory | Working directory containing the vsbuild folder. |