modorganizer2/Build with mob

Build ModOrganizer 2 plugins and executables using mob

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 21, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: modorganizer2/build-with-mob-action@be35a1764f993b05338640026673dc077cc6f6c5 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
mo2-ownerOwner to use to build.no${{ github.event.pull_request.head.repo.owner.login || github.repository_owner }}
mo2-branchBranch to build.no${{ github.head_ref || github.ref_name }}
mo2-dependenciesList of MO2 dependencies to build.no""
mo2-skip-checkoutWhether to skip checkout of the repository.nofalse
mo2-skip-configureWhether to skip configure of the repository.nofalse
mo2-skip-buildWhether to skip build of the repository (after configure).nofalse
qt-installWhether to install Qt or not.notrue
qt-modulesList of Qt modules to install.no""
namedescription
cmake-prefix-pathValue of the CMAKE_PREFIX_PATH variable used when configuring.
cmake-install-pathValue of the CMAKE_INSTALL_PREFIX variable used when configuring.
working-directoryWorking directory containing the vsbuild folder.