Wissididom and GitHub
2130871a83
ci: update to macOS 26 for the Qt 6.11 build ( #7091 )
...
Reviewed-by: Nerixyz <nerixdev@outlook.de >
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2026-07-11 12:08:55 +02:00
Wissididom and GitHub
4446b39417
ci: Fix filename for create-installer workflow ( #7051 )
...
I guess that's something I overlooked when doing
https://github.com/Chatterino/chatterino2/pull/7009 .
I saw the error in
https://github.com/Chatterino/chatterino2/actions/runs/27479154379/job/81223740085
<!--
Leave this at the bottom
Co-authored-by: -
Tested-by: -
Reported-by: -
Reviewed-by: -
Parent-pr: -
-->
2026-06-13 23:28:28 +02:00
Wissididom and GitHub
4abd124d99
deps: update Qt 6.11.1 (and 6.8.3 for windows) ( #7009 )
...
Reviewed-by: Nerixyz <nerixdev@outlook.de >
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-06-13 22:23:02 +02:00
Wissididom and GitHub
01f50a3bc9
Update FreeBSD workflow badge since cirrus-ci is shutdown ( #7049 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-06-13 11:33:15 +00:00
Wissididom and GitHub
7e53c470c4
ci: use merge-multiple for downloading artifacts ( #7031 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com
2026-06-13 09:19:27 +02:00
Wissididom and GitHub
f1f0efc138
ci: fork ilammy/msvc-dev-cmd ( #6969 )
...
This adds support for Visual Studio
2026, moves over from CommonJS to ES modules and let Dependabot do its
work (and removed node_modules from gitignore because else it didn't
seem to work without me bringing in a bundler).
Reviewed-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com >
2026-05-02 10:05:48 +00:00
Wissididom and GitHub
110440c21b
ci: add workflow for building on FreeBSD ( #6922 )
...
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-04-18 11:25:37 +02:00
6e90f25a1a
ci: update format-recent-changes.py to use git log ( #6880 )
...
Update the format-recent-changes.py script so it takes the changes from git instead of the CHANGELOG.md.
<!--
Leave this at the bottom
Co-authored-by: -
Tested-by: -
Reported-by: -
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com >
2026-03-28 21:58:17 +01:00
Wissididom and GitHub
96415b660b
Use prebuilt httpbox binaries ( #5970 )
2025-02-22 14:28:58 +01:00
Wissididom and GitHub
cc226a209a
Delete unused .docker directory ( #5906 )
2025-02-08 21:37:08 +00:00
Wissididom and GitHub
8e3108cca8
Remove iexplore, because it is EOL ( #5810 )
...
EOL since 2022-06-15.
https://learn.microsoft.com/de-de/lifecycle/products/internet-explorer-11
2025-01-11 18:54:20 +01:00
Wissididom and GitHub
cda8fa2a65
Update Qt for Ubuntu and Mac Tests ( #5572 )
2024-08-30 13:48:56 +02:00
Wissididom and GitHub
acdb84c36e
Update filenames for Ubuntu to Qt 6.7.2 ( #5568 )
2024-08-28 09:35:01 +02:00
Wissididom and GitHub
6e104bde7e
Build for Ubuntu 24.04 ( #5562 )
2024-08-25 22:01:14 +00:00
Wissididom and GitHub
d016a16269
Migrate tests on macOS to the same way tests are run on windows ( #5032 )
2023-12-17 11:32:40 +01:00
Wissididom and GitHub
7898b97fc2
feat: Run tests on Windows & macOS in CI ( #4970 )
2023-11-18 15:13:27 +01:00
Wissididom and GitHub
e803b6de95
Remove duplicate Fluent icons license ( #4665 )
2023-06-04 11:40:11 +02:00
Wissididom and GitHub
4c8ad85074
Improve Linux build instructions ( #4382 )
...
Removed QtMultimedia and GStreamer dependencies from build documentations.
These are no longer required ever since miniaudio replaced them for highlight sounds.
2023-02-15 23:52:28 +01:00
Wissididom and GitHub
4cb8403491
Handle non-versioned annotated tags gracefully when building a Ubuntu .deb package ( #4375 )
2023-02-13 21:39:59 +00:00
Wissididom and GitHub
df9836f59e
Automatically update nightly-build tag every nightly release ( #4374 )
...
This is done by CI force pushing the `nightly-build` tag - the `nightly-build` tag should never be relied on other than for GitHub releases.
2023-02-13 19:11:48 +00:00
Wissididom and GitHub
8e24a29c85
Fix Ubuntu builds preventing create-release from building ( #4368 )
2023-02-12 00:20:54 +01:00
Wissididom and GitHub
98c2ff5607
Separate Ubuntu .deb packages per Ubuntu release ( #4357 )
...
Our .deb packages are now very Ubuntu-specific and are packages based on our CI builds.
2023-02-11 22:50:01 +00:00
Wissididom and GitHub
fe77e9162f
Removed libgstreamer-plugins-base from build workflow ( #4344 )
2023-01-31 09:10:53 +01:00
Wissididom and GitHub
2a071a7067
Remove Qt::Multimedia as a dependency from CMakeLists.txt ( #4339 )
...
* Remove Multimedia required in find_package
* Remove Multimedia from src/CMakeLists.txt
2023-01-29 15:28:01 +00:00
Wissididom and GitHub
00f403cbf1
Add Wissididom to contributors list ( #4312 )
2023-01-16 22:36:02 -05:00
Wissididom and GitHub
e68a3fcd30
Change ubuntu-latest to ubuntu-20.04 in CI builds ( #4219 )
2022-12-07 12:53:50 +01:00
Wissididom and GitHub
3c10fc12e6
Release with actual commit message ( #4130 )
2022-11-09 14:47:42 +00:00
df22441913
Copied and adjusted BUILDING_ON_LINUX.md from SevenTV ( #4085 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com >
2022-10-28 10:17:51 +00:00