Chocobo1
da4f2c2439
GHA CI: install boost from upstream
1 year ago
Chocobo1
431860482c
GHA CI: specify a category for CodeQL analysis
1 year ago
xavier2k6
5b0706df65
GHA CI: Bump Qt version to 6.5.2
...
PR #19378 .
1 year ago
Vladimir Golovnev
dbe79484d2
Drop support of Qt 5
...
Also remove usage of some deprecated stuff.
PR #19338 .
1 year ago
Chocobo1
060466e326
GHA CI: fix environment variable not being used
...
Related issue: https://github.com/Wandalen/wretry.action/issues/106
A workaround was suggested in https://github.com/Wandalen/wretry.action/issues/106#issuecomment-1631860467
PR #19303 .
1 year ago
Chocobo1
045b4f0a06
GHA CI: retry flaky steps automatically
...
PR #19270 .
1 year ago
Chocobo1
6680fdda18
Fix typos
1 year ago
Chocobo1
88bd4f270f
GHA CI: add spelling check (typos)
1 year ago
Chocobo1
11ac4e7620
GHA CI: upload macOS bundles
...
Hopefully those bundles will be runnable on users machine.
PR #19023 .
1 year ago
Chocobo1
3fb4e4d293
GHA CI: build libtorrent as a static library
...
Since appimage is bundling the libraries it make sense to embed libtorrent statically into qbt binary.
Another side effect is now qbt binary includes debug symbols from libtorrent too (which I consider a good thing for debugging). Previously appimage seems to (unnecessarily) strip the libtorrent debug symbols.
PR #19014 .
1 year ago
xavier2k6
ba93d55a6d
GHA CI: Bump libtorrent version(s)
...
PR #19006 .
1 year ago
Chocobo1
df895cb2a7
Improve script compatibility
...
Now the script is conforms to POSIX shell script which is universal on
all linux.
Also make it executable.
2 years ago
Chocobo1
3b72859980
Bump various action versions
2 years ago
Chocobo1
69df85f564
Move script into its own subfolder
2 years ago
Chocobo1
1f1da32371
Rename CI script
...
See: https://stackoverflow.com/questions/22268952/what-is-the-difference-between-yaml-and-yml-extension
2 years ago
xavier2k6
cddf8c199c
GHA CI: Update some dependencies
...
PR #18870 .
2 years ago
Chocobo1
40e28930a4
GHA CI: add missing dll
...
Closes #18383 .
PR #18792 .
2 years ago
Chocobo1
6fd522472c
GHA CI: drop needless syntax
...
https://docs.github.com/en/actions/learn-github-actions/expressions#about-expressions
>When you use expressions in an if conditional, you may omit the
>expression syntax (${{ }}) because GitHub automatically evaluates the if conditional as an expression.
2 years ago
Chocobo1
0f32de9d8c
GHA CI: add CodeQL scanning
...
This enable codebase scanning for C++ and JavaScript languages.
https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql
https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning
2 years ago
brvphoenix
8df80b67f9
GHA CI: Add missing dependencies
...
PR #18596 .
2 years ago
Chocobo1
7ae83df5a5
GHA CI: compress debug symbols
...
The result binary is smaller.
2 years ago
Chocobo1
19f55512c1
GHA CI: don't overwrite system default compile flags
...
System might have some default compile flags which are crucial for security hardening so we
should append our flags instead of overwriting them.
2 years ago
Chocobo1
6e25db444e
GHA CI: revert "[CI Ubuntu] Strip installed components"
...
For tester convenience, the binaries should ship with debug symbols.
This reverts commit b8aa9e5609
.
2 years ago
Chocobo1
d2c4b69f47
GHA CI: use least permission level
...
`actions: write` is required by Chocobo1/setup-ccache-action.
`pull-requests: write` is required by actions/stale.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
2 years ago
Chocobo1
4170b4e21b
GHA CI: speed up package installation on macOS
...
Setup time is shortened by cutting down unnecessary operations.
https://docs.brew.sh/Manpage#environment
2 years ago
xavier2k6
3f39bd9f35
GHA CI: Bump Boost version to 1.81.0 on Windows/macOS
...
PR #18279 .
2 years ago
sledgehammer999
ad2be39c33
[CI Ubuntu] Build AppImage
...
Upload an AppImage artifact on CI builds. This AppImage is a
simplified version of the official one. It is meant to help
with debugging PRs that fix issues.
2 years ago
sledgehammer999
b8aa9e5609
[CI Ubuntu] Strip installed components
2 years ago
xavier2k6
9fb8f765e8
GHA CI: Bump libtorrent version(s)
...
* https://github.com/arvidn/libtorrent/releases/tag/v2.0.8
* https://github.com/arvidn/libtorrent/releases/tag/v1.2.18
PR #17924 .
2 years ago
Chocobo1
7eb97348de
GHA CI: add missing Qt module
2 years ago
Chocobo1
d9af207a11
GHA CI: add missing cmake flag for Qt6
2 years ago
Chocobo1
8b4a0da235
GHA CI: bump Qt version to 6.4.0
2 years ago
Chocobo1
dcc5206e3d
GHA CI: only install required Qt components
...
So it won't waste time download/install unused Qt components.
2 years ago
xavier2k6
d96ed5f4a4
GHA CI: Bump Windows/macOS `Qt6` version to `6.4.0`
...
Suppressed gnu-zero-variadic-macro-arguments warning on macOS (Qt6 only).
PR #17801 .
2 years ago
Chocobo1
3061f6cf5b
GHA CI: treat compile warnings as errors
...
PR #17651 .
2 years ago
Chocobo1
df5ea9b675
GHA CI: bump setup-python to v4
2 years ago
Chocobo1
ff7fe7c107
GHA CI: bump "Install Qt" action version
2 years ago
Chocobo1
c924fe7950
GHA CI: update boost to 1.80
2 years ago
Chocobo1
908f345e22
GHA CI: switch to Ubuntu latest stable version
2 years ago
summer
0e3ce019e4
Update libtorrent to 2.0.7 & 1.2.17 in GHA CI
...
PR #17385 .
2 years ago
Chocobo1
03da68b1cf
Add support for unit testing
...
* Downgraded macOS CI to Qt 6.2.0 due to a bug in Qt Test module
* Revised cmake build scripts
* For now, only building via cmake is supported
PR #17338 .
2 years ago
xavier2k6
d0b13f0eb0
GHA CI: "file health" update `pre-commit` action to `v3.0.0`
...
* Update `pre-commit` action to `v3.0.0`
https://github.com/pre-commit/action/releases
* Bump pre-commit-hooks to `v4.3.0`
https://github.com/pre-commit/pre-commit-hooks.git
PR #17195 .
2 years ago
sledgehammer999
63cdfa2d85
Update CIs to correctly regenerate translations files
2 years ago
xavier2k6
b740cc23d3
GHA CI: Update dependencies
...
Update `libtorrent` version(s) to `2.0.6` & `1.2.16` in `GHA CI`
- https://github.com/arvidn/libtorrent/releases/tag/v2.0.6
- https://github.com/arvidn/libtorrent/releases/tag/v1.2.16
Update `Boost` version to `1.79.0`
- https://www.boost.org/users/history/version_1_79_0.html
Bump `pre-commit-hooks` version to `4.2.0`
- https://github.com/pre-commit/pre-commit-hooks/releases/tag/v4.2.0
Update `Qt6` version to `6.3.0`
- https://www.qt.io/blog/qt-6.3-released
- https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.3.0/release-note.md
Note: used `aqtinstall 2.1.0` with `jurplel/install-qt-action` for support of `Qt 6.2.1+`
(this requirement can be removed on official release of `jurplel/install-qt-action v3`)
PR #16888 .
3 years ago
Chocobo1
a24f2ae884
GHA CI: bump "setup vcpkg" action version
3 years ago
Chocobo1
3951b891c1
GHA CI: work around error when installing Qt
...
This is to (temporarily) work around CI errors at jurplel/install-qt-action.
Upstream issue: https://github.com/jurplel/install-qt-action/issues/130
3 years ago
Chocobo1
f58eed13d0
GHA CI: use Qt6 for Windows builds
...
PR #16696 .
3 years ago
xavier2k6
074cbdad28
GHA CI: Update `upload-artifact` action to `v3`
3 years ago
xavier2k6
a63515b8f4
GHA CI: Update `stale` action to `v5`
3 years ago
xavier2k6
4dcd6df136
GHA CI: Update `setup-python` action to `v3`
3 years ago