1
0
Fork 0
mirror of https://github.com/Chatterino/chatterino2.git synced 2024-11-21 22:24:07 +01:00
Commit graph

11 commits

Author SHA1 Message Date
pajlada
7e005ba661
Fix AppImage not containing all SSL dependencies ()
This means the AppImage is built on Ubuntu 20.04 using Qt 5.12
2023-02-21 09:47:18 +01:00
Wissididom
98c2ff5607
Separate Ubuntu .deb packages per Ubuntu release ()
Our .deb packages are now very Ubuntu-specific and are packages based on our CI builds.
2023-02-11 22:50:01 +00:00
Mm2PL
044dd8a616
Remove official support for QMake ()
* delet chatterino.pro

* Update documentation

* Update Github Actions config

* Update Cirrus CI config

* Attempt to fix Cirrus CI

* Add changelog entry

* Delete tools/update_filelist.py

It was a QMake-only script? Maybe will need revert + change to CMake or something?

* fix?

* Fuck this linter

* Attempt to clean up build.yml a little

* Add cmaake to install list, remove step for qmake PATH

* Change list entries to always use 1.

Sneaky unrelated change

* These are no longer tests!

* FUCK YOU PRETTIER

* Make BUILDING_ON_LINUX.md simpler

* Get rid of Jenkins

* Get rid of travis

* Remove dupes

* Remove appveyor

* Remove qmake from conanfile

* Try removing explicit qmake path

* Nothing uses the qt style plugins installer anymore

* Update manual linux building instructions

* Update freebsd compilation instructions with a copy paste from the linux instructions

* Remove unused docker files

* Remove linux breakpad build script as it's unused

* Update changelog entry phrasing

* Lint build markdown files

* Change top changelog entry to not be confused as a link

* Skip QtCreator conan setup if conan is disabled

This reduces the amount of warnings & errors Windows users get with
QtCreator

* lint building on linux file

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2022-07-23 14:04:29 +02:00
pajlada
5232cb535e
[CI] Add missing dependencies to Ubuntu packaging step () 2020-12-05 14:31:28 +01:00
pajlada
e7698cebd8
Add GitHub Actions support () 2019-12-28 14:54:03 +01:00
Rasmus Karlsson
b2a0b3de36 use last stable release of linuxdeployqt 2019-10-13 13:06:03 +02:00
Rasmus Karlsson
10194fcf20 fix ci script again KKona 2019-10-13 12:52:26 +02:00
Rasmus Karlsson
24080eb1b7 update CreateAppImage script to be usable from build folders
this makes it more usable for non-ci users
2019-10-13 12:51:22 +02:00
Rasmus Karlsson
556e8da61e add executable flag to CI scripts 2019-10-13 12:22:25 +02:00
Rasmus Karlsson
3bb40a0458 Try to fix appimage 2019-08-11 20:35:25 +02:00
Edgar
f66992a143
🐛 Fixed AppImage not including QT style plugins 2019-08-11 13:38:49 +02:00