aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-02-11Merge pull request #831 from ↵DioEgizio
PrismLauncher/renovate/cachix-install-nix-action-19.x
2023-02-10chore(deps): update actions/cache action to v3.2.5renovate[bot]
2023-02-06chore(deps): update cachix/install-nix-action action to v19renovate[bot]
2023-02-01CI: Always update windows ccacheTheLastRar
Also change name to avoid pulling the stale cache Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2023-02-01CI: Move mingw restore cache before setup ccacheTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2023-02-01CI: Log ccache stats for msys2TheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2023-01-30chore(deps): update actions/cache action to v3.2.4renovate[bot]
2023-01-15chore(deps): update hendrikmuhs/ccache-action action to v1.2.8renovate[bot]
2023-01-13Merge pull request #714 from redstrate/cmarkflow
2023-01-12chore(deps): update hendrikmuhs/ccache-action action to v1.2.7renovate[bot]
2023-01-12fix: add cmark:p to mingw build DioEgizio
this way we can just dynamically link it on that build instead of building it ourselves and statically linking it Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2023-01-10fix: set HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK to 1DioEgizio
should fix some random failures Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2023-01-10Revert "Merge pull request #729 from DioEgizio/fix-mac-openssl3-failing"DioEgizio
it was necessary :/ This reverts commit 976e550aa7291f22f5011178ab824a937f89d11a, reversing changes made to 61144f7a219995fa29531683ed36e8e4002848b5. Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2023-01-10fix: just use github runner's openssl 1.1 instead of installing 3 on macos ↵DioEgizio
signing Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2023-01-09Merge pull request #722 from PrismLauncher/renovate/actions-cache-3.xSefa Eyeoglu
2023-01-09chore(deps): update actions/cache action to v3.2.3renovate[bot]
2023-01-08chore(deps): update hendrikmuhs/ccache-action action to v1.2.6renovate[bot]
2023-01-08chore: update windows msvc to qt 6.4.2DioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-12-30Merge 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-30fix: remove Flatpak cache key workaroundSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-12-27chore(deps): update actions/cache action to v3.2.2renovate[bot]
2022-12-24chore(deps): update flatpak/flatpak-github-actions action to v5renovate[bot]
2022-12-23chore(deps): update actions/cache action to v3.2.1renovate[bot]
2022-12-21chore(deps): update actions/cache action to v3.2.0renovate[bot]
2022-12-19fix: update installers-regex for winget releaser againSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-12-12fix: update installers-regex for winget releaserSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-30chore: drop Windows-MinGW-w64-LegacyDioEgizio
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-30refactor+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-30feat(actions) add arm64 buildDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-27fix: use qt 6.4.0 on windows msvc for nowDioEgizio
qt 6.4.1 has a very bad scaling regression Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-26Merge pull request #493 from Scrumplex/cachixSefa Eyeoglu
Closes https://github.com/PrismLauncher/PrismLauncher/issues/491
2022-11-23fix: force bundled libs on win msvcDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-21fix(actions): don't ignore nix filesSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-21feat(actions): add Nix buildSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-19fix(actions): fix cache on flatpakDioEgizio
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-18Merge pull request #456 from DioEgizio/flatpak-buildSefa Eyeoglu
closes https://github.com/PrismLauncher/PrismLauncher/issues/62
2022-11-16chore: use qt 6.4.1 on Windows-MSVCDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-15feat: add flatpak builds to the ci for testingDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-13feat+fix: move codeql to its own workflowDioEgizio
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-13fix: disable caching Qt on releaseDioEgizio
it's good practice to not cache on release builds Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-11-13fix: disable building snaps on releaseDioEgizio
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-05Merge pull request #294 from piperswe/add-snapcraft-ymlSefa Eyeoglu
2022-11-04Workflow: Add MSVC Builds to release workflowTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Add VC variables before packaging on WindowsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Build MSVC Legacy as 32bitTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Link to release libraries even in debugTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Use msbuild generator for msvc buildsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Add MSVC BuildsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-04CI: Exclude zlib testsTheLastRar
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
2022-11-03chore(deps): update hendrikmuhs/ccache-action action to v1.2.5renovate[bot]