aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-08-06chore(ci): Add markdownlint config to ignored pathstxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-08-04Merge pull request #1014 from DioEgizio/downgrade-qt-macosflow
chore: downgrade to Qt 6.3.0 on macos
2022-08-04Merge pull request #1006 from DioEgizio/appimage-ubuntu-momentflow
fix: work around ubuntu 22.04 openssl appimage issues by copying openssl libs
2022-08-04Merge pull request #994 from Scrumplex/fix-winget-releaserLennyMcLennington
Fix WinGet releaser
2022-08-02chore: downgrade to Qt 6.3.0 on macosDioEgizio
seems to fix some emoji-related issues Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-08-01Update .github/ISSUE_TEMPLATE/bug_report.ymlDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Co-authored-by: flow <flowlnlnln@gmail.com>
2022-08-01chore: update issue template to ask about Qt versionDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-08-01fix: work around ubuntu 22.04 openssl appimage issues by copying openssl libsDioEgizio
terrible hack but it works™️ Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-07-29fix(winget): strictly match non-Legacy setupSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-22Update .github/workflows/build.ymlSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-19feat(actions): package and deliver qt6 tarballsDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-07-15chore(actions): Remove superfluous whitespacetxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-07-15feat(actions): bring back qt cachingDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-07-13fix(actions): fix release workflowSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-11Merge pull request #901 from txtsd/scdoctimoreo
2022-07-11Merge pull request #900 from DioEgizio/CI/fixflow
fix(actions): fix ccache on windows
2022-07-11feat(ci): Install scdoc to build manpagetxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-07-11fix(actions): fix ccache on windowsDioEgizio
Also removes some unnecessary dependencies for the generic Linux package Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-07-10Merge branch 'develop' into feature/sparkle-macSefa Eyeoglu
# Conflicts: # .github/workflows/build.yml
2022-07-10refactor(actions): rename Windows buildsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10refactor(actions): switch to system QuaZip on WindowsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10refactor(actions): speed up package installations for WindowsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10feat(actions): enable Windows-i686 Qt 6 buildsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10feat(actions): use Qt 6 on macOS and AppImageSefa Eyeoglu
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-09Merge pull request #851 from russellbanks/patch-1Sefa Eyeoglu
2022-07-03chore(DCO): allow remediationSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-02Merge pull request #784 from Scrumplex/refactor-cmakeflow
Refactor tests
2022-06-28Create winget.ymlRussell Banks
2022-06-20Update bug_report.ymlOldWorldOrdr
2022-06-20Merge branch 'PolyMC:develop' into developOldWorldOrdr
2022-06-20Merge pull request #633 from Scrumplex/chore-remove-unused-workflowsflow
Remove unused GH Workflows
2022-06-14fix(actions): install extra-cmake-modulesSefa Eyeoglu
2022-06-14feat(actions): test before packagingSefa Eyeoglu
2022-06-12update macos runner to macos 12DioEgizio
2022-06-06Update bug_report.ymlOldWorldOrdr
2022-05-29Use CMake for Windows installer brandingKenneth Chew
As a side effect, fixes an issue where the installer wrote the incorrect version to the registry.
2022-05-24chore: remove unused GH WorkflowsSefa Eyeoglu
2022-05-22fix appimage not having imageformatsDioEgizio
fixes stuff like the iris icon
2022-05-22Merge pull request #614 from txtsd/ccache_release_fixtxtsd
Avoid invoking ccache on Release builds
2022-05-22fix(workflow): Avoid invoking ccache on Release buildstxtsd
2022-05-21Fix Sparkle signing stepKenneth Chew
2022-05-21Use GitHub Actions to get signature for SparkleKenneth Chew
Requires a secret called `SPARKLE_ED25519_KEY`, in the format of a private key file
2022-05-20Remove portable option in Windows installerKenneth Chew
2022-05-20Add installer to release workflowKenneth Chew
2022-05-20Use consistent naming schemeKenneth Chew
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-05-16Build Windows installerKenneth Chew
2022-05-11chore: add version of polymc area in bug report templateDioEgizio
2022-05-02Fix nightly.link pr commenttimoreo22
2022-05-01refactor(workflow): Only use ccache on Debug buildstxtsd
2022-04-30feat(workflow): Use ccachetxtsd