1
0

186 Commits

Author SHA1 Message Date
2be1c95e84 fix: solve so lib dependency issues on ubuntu 2023-04-05 13:21:53 +08:00
ef4e8ff5d3 feat: upgrade to qt 6.4.3 2023-04-05 13:16:53 +08:00
7cdf67cfab fix: remove 'cached' in codeql ci 2023-04-05 03:28:28 +08:00
ad7af43e5f fix: solve ci syntax issues 2023-04-05 02:58:06 +08:00
c9c27e33a1 feat: use gcc-11 on ubuntu 20.04 and add qt cache 2023-04-05 02:55:51 +08:00
5a31b85438 fix: use libgcrypt20-dev in ubuntu build 2023-04-05 02:40:29 +08:00
f487de8a22 feat: use qt6 on ubuntu release 2023-04-05 02:34:25 +08:00
3cc94d2421 feat: move from ubuntu 18.04 to ubuntu 20.04 2023-04-05 02:23:38 +08:00
7686f354bf feat: use openssl 3 on mac 2023-04-05 02:08:23 +08:00
581b7fc662 fix: disable git-lfs for github 2023-04-05 01:46:08 +08:00
cf1af94321 fix: avoid using set-output commands in ci files 2023-04-01 02:13:39 +08:00
ae5bbe98c8 fix: solve warn issues in ci files 2023-03-31 16:39:05 +08:00
1b41069068 feat: improve ci build config
1. upgrade to actions/cache@v3
2. codeql is now using qt6
2023-02-25 19:15:32 +08:00
bd1eb046a1 feat: use aqt to install qt in ci build
1. support for macos and linux
2. remove macos 10.15 totally
2023-02-25 18:30:32 +08:00
485ee6ca5f fix: improve ci configs
1. remove macos 10.15 support
2. fix issues
2023-02-25 17:04:39 +08:00
3326da67f7 feat: support qt6 in github action build 2023-02-16 21:50:20 +08:00
6d9c71ac05 fix: solve ubuntu 18.04 build issues 2022-12-22 17:54:38 +08:00
88d82fd0d5 fix(ci): solve issues on ci config file 2022-12-22 16:16:50 +08:00
47996a4162 fix(ci): delete ubuntu 18.04 from deb package build 2022-07-23 04:33:22 +08:00
57827d3fb2 feat(ci): add ubuntu 22.04 and 18.04 support for deb package 2022-07-23 03:43:40 +08:00
9f71cbb10b fix: solve debug/release ci problems on macOS ci 2022-05-15 21:53:49 +08:00
fae262c7ba fix(ci): solve issues in macOS ci 2022-05-15 21:02:28 +08:00
516c117bf4 feat: update macOS App Bundle ci 2022-05-15 16:38:42 +08:00
660f031048 fix(ci): add icu_69 dependency for msys2 2022-05-14 01:39:58 +08:00
903f75303a feat(ci): remove OPENSSL_ROOT_DIR in cmake config 2022-05-13 01:16:16 +08:00
9da6797a7a feat: trigger GpgFrontend-Doxygen generation 2022-05-09 06:35:52 +08:00
9a9f648824 fix: solve some issues
1. slove deb packing issues
2. solve ci issues
2022-05-08 05:25:24 +08:00
038bfab9a5 fix: use custom build gpgme lib
1. gpgme version of apt is too old.
2022-05-08 02:47:03 +08:00
b49180d568 feat: use gnupg from brew 2022-05-08 01:44:00 +08:00
a0dc373985 feat: use gnupg from system package manager 2022-05-08 01:39:15 +08:00
7a7e993696 fix: remove git from macos ci dependency 2022-05-05 21:39:32 +08:00
2c1b0d517a fix: fix dependency in codeql-analysis.yml 2022-05-05 18:17:12 +08:00
2daab5b8f2 fix(ci): fix ci config
1. release
2. linux deb
3. change to macOS 11
2022-04-10 18:23:41 +08:00
64a7aa0ad0 fix(project): remove automatic build
1. libarchive
2. libconfig++
2022-04-10 16:39:02 +08:00
084d44ba52 <fix>(doc, ci): Adjust deb package generation settings. 2022-03-19 16:14:28 +08:00
3562cd4959 <fix>(ci): Completely remove gcc related configuration in macOS compilation 2022-03-19 14:12:20 +08:00
c94ec29133 <fix>(ci): update ci file for mac
1. update "Install Dependence (macOS)"
2022-03-13 18:39:42 +08:00
d3a316fd31 <fix>(ci): Fix code inspection build issues
1. update according to debug.ci
2022-03-12 21:06:50 +08:00
058d0e2fec <fix>(ci): Minor bug in modifying OS labels in ci files 2022-02-13 15:07:22 +08:00
eb4f60f31c <fix>(ci): Set Git's file line endings to LF 2022-02-13 14:50:46 +08:00
3d37903c94 <fix>(ci): Add mingw-w64-x86_64-gpgme package under Windows 2022-02-13 14:08:40 +08:00
52e4dc8c58 <fix>(ci): Add textinfo package under Windows 2022-02-13 13:39:40 +08:00
c8e3eba95c <fix>(ci): Fix path issues under Windows 2022-02-13 13:22:02 +08:00
84b4aa8870 <fix>(ci): Independent compilation of gpgme under windows 2022-02-13 13:01:09 +08:00
785844f119 <fix>(ci): Build release builds with Windows 2019 2022-02-07 21:54:35 +08:00
06892e6a01 <fix>(ci): Specify the installation path in the build 2022-02-07 21:46:08 +08:00
d772e58315 <chore>(project, ci): Make the Windows platform pass the compilation 2022-02-05 17:37:48 +08:00
5f7857f245 <fix>(ci): Fix problem in ci file
1. Add mingw-w64-x86_64-ninja in release.yml
2. Include GlobalSettingsStation when debug on Windows
2022-01-15 01:42:07 +08:00
45cdf74eaa <refactor>(ci): All use Ninja when building. 2022-01-15 01:30:57 +08:00
fef073624d <fix>(ci): Fix the problem of inconsistent ci files. 2022-01-15 00:58:51 +08:00