Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-09 | chore(deps): update actions/cache action to v3.2.3 | renovate[bot] | |
2023-01-08 | chore(deps): update hendrikmuhs/ccache-action action to v1.2.6 | renovate[bot] | |
2023-01-08 | chore: update windows msvc to qt 6.4.2 | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-12-30 | Merge pull request #673 from ↵ | DioEgizio | |
PrismLauncher/renovate/flatpak-flatpak-github-actions-5.x chore(deps): update flatpak/flatpak-github-actions action to v5 | |||
2022-12-30 | fix: remove Flatpak cache key workaround | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-27 | chore(deps): update actions/cache action to v3.2.2 | renovate[bot] | |
2022-12-24 | chore(deps): update flatpak/flatpak-github-actions action to v5 | renovate[bot] | |
2022-12-23 | chore(deps): update actions/cache action to v3.2.1 | renovate[bot] | |
2022-12-21 | chore(deps): update actions/cache action to v3.2.0 | renovate[bot] | |
2022-12-19 | fix: update installers-regex for winget releaser again | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-12-12 | fix: update installers-regex for winget releaser | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-30 | chore: drop Windows-MinGW-w64-Legacy | DioEgizio | |
this brings back the number of builds as the same as before the pr this is one of the slowest builds + windows 7/8.1 users can just use Windows-MSVC-Legacy Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-30 | refactor+fix: refactor the windows part of the release workflow and add arm ↵ | DioEgizio | |
to it Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-30 | feat(actions) add arm64 build | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-27 | fix: use qt 6.4.0 on windows msvc for now | DioEgizio | |
qt 6.4.1 has a very bad scaling regression Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-26 | Merge pull request #493 from Scrumplex/cachix | Sefa Eyeoglu | |
Closes https://github.com/PrismLauncher/PrismLauncher/issues/491 | |||
2022-11-23 | fix: force bundled libs on win msvc | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-21 | fix(actions): don't ignore nix files | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-21 | feat(actions): add Nix build | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-11-19 | fix(actions): fix cache on flatpak | DioEgizio | |
currently there's a [bug](https://github.com/flatpak/flatpak-github-actions/issues/80) on the stable version of the flatpak action which causes the cache key to be wrong. this commit work arounds it Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-18 | Merge pull request #456 from DioEgizio/flatpak-build | Sefa Eyeoglu | |
closes https://github.com/PrismLauncher/PrismLauncher/issues/62 | |||
2022-11-16 | chore: use qt 6.4.1 on Windows-MSVC | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-15 | feat: add flatpak builds to the ci for testing | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-13 | feat+fix: move codeql to its own workflow | DioEgizio | |
i think it's better practice, it should slightly improve linux qt6 build times and i noticed ccache? is messing up with it because alerts get randomly fixed Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-13 | fix: disable caching Qt on release | DioEgizio | |
it's good practice to not cache on release builds Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-13 | fix: disable building snaps on release | DioEgizio | |
the snap infra should already be able to deal with it, i think Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-11-05 | Merge pull request #294 from piperswe/add-snapcraft-yml | Sefa Eyeoglu | |
2022-11-04 | Workflow: Add MSVC Builds to release workflow | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-04 | CI: Add VC variables before packaging on Windows | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-04 | CI: Build MSVC Legacy as 32bit | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-04 | CI: Link to release libraries even in debug | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-04 | CI: Use msbuild generator for msvc builds | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-04 | CI: Add MSVC Builds | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-04 | CI: Exclude zlib tests | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2022-11-03 | chore(deps): update hendrikmuhs/ccache-action action to v1.2.5 | renovate[bot] | |
2022-11-02 | chore(deps): update hendrikmuhs/ccache-action action to v1.2.4 | renovate[bot] | |
2022-10-28 | feat: use clang64 on qt6 builds | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-10-28 | Merge pull request #301 from DioEgizio/clang-attempt | DioEgizio | |
feat(actions): use clang32 for building on windows | |||
2022-10-27 | feat(actions): use clang32 for building on windows | DioEgizio | |
*way* faster Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-10-26 | Add CI build for Snap | Piper McCorkle | |
Signed-off-by: Piper McCorkle <contact@piperswe.me> | |||
2022-10-25 | Merge pull request #231 from tobimori/patch-1 | Sefa Eyeoglu | |
2022-10-25 | move .app rename to packaging process, update mac copyright string | tobimori | |
Signed-off-by: tobimori <tobias@moeritz.cc> | |||
2022-10-22 | update macOS build process to work with new .app | Tobias Möritz | |
Signed-off-by: Tobias Möritz <tobias@moeritz.cc> | |||
2022-10-22 | chore: add PR template | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-22 | Merge pull request #203 from Scrumplex/fix-dont-build-renove-branches | Sefa Eyeoglu | |
Don't build renovate branches | |||
2022-10-21 | Merge pull request #198 from ↵ | txtsd | |
PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x | |||
2022-10-21 | fix: don't build renovate branches | Sefa Eyeoglu | |
They will be built using the pull_requests event anyway. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-21 | chore(deps): update hendrikmuhs/ccache-action action to v1.2.3 | renovate[bot] | |
2022-10-21 | chore(deps): update actions/cache action to v3.0.11 | renovate[bot] | |
2022-10-20 | Add Matrix Room | TheOPtimal | |
Co-authored-by: Fayne Aldan <FayneAldan@gmail.com> Signed-off-by: TheOPtimal <41379516+TheOPtimal@users.noreply.github.com> Signed-off-by: Jacob Gogichaishvili <iakob.gogichaishvili@gmail.com> |