summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add missing Qt dependencies in CI. (#2317)Mikaël Capelle2026-01-031-1/+1
|
* Allow non-cache build in CI when Azure variables are not available. (#2270)Mikaël Capelle2025-08-171-1/+1
|
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-18/+15
| | | | | | | | | * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls.
* Update following USVFS move to VCPKG. (#2244)Mikaël Capelle2025-05-221-0/+16
|
* Archive preview support (#2056)Jeremy Rimpo2024-07-111-1/+1
| | | | | * Support for archive file previews - Should account for alternates - Extracts files and requests preview from plugins that claim support
* Update for new USVFS function scheme. (#2044)Mikaël Capelle2024-06-091-2/+2
| | | | | * Update for new USVFS function scheme. * Fix call to usvfsVersionString(). * Move USVFS to mo2 dependencies instead of third party in CI.
* Switch from fmtlib to std::format. (#2031)Mikaël Capelle2024-05-251-1/+1
| | | | | * Switch from fmtlib to std::format. * Remove libffi from dependencies in Github action.
* Switch to generic mob action.Mikaël Capelle2023-07-101-63/+9
|
* Fix build CI.Mikaël Capelle2023-07-091-1/+1
|
* Create test action to build.Mikaël Capelle2023-07-091-0/+74