6c4769a030
.github/workflows/package.yml: fix qt5 package for fedora 38
2023-08-27 14:19:35 +02:00
24136406a7
.github/workflows/package.yml: for ubuntu, use matrix includes for qt package instead of the if/else in bash.
2023-08-25 12:41:19 +02:00
8949a80b11
.github/workflows/package.yml: set-output command to environment variables.
2023-08-17 17:14:26 +02:00
2874862d70
.github/workflows/package.yml: Package for fedora 37
2023-08-17 16:55:05 +02:00
d03d27589e
.github/workflows/package.yml: build and package for fedora 38
2023-08-16 18:57:48 +02:00
772d03a6e3
.github/workflows/package.yml: Typofix, change "DBM" to "DEB"
2023-08-16 18:57:33 +02:00
ad5d464792
.github/workflows/package.yml: Update actions/checkout to version 3
2023-08-16 18:52:15 +02:00
54ca24bbd9
.github/workflows/package.yml: fix ls command for finding the package files.
2023-05-04 13:38:51 +02:00
8cab0cbced
.github/workflows/package.yml: Use Environment files for output parameters
2023-05-04 13:37:51 +02:00
a421ceb5d8
.github/workflows/package.yml: bump cmake version for fedora
2023-05-04 13:11:40 +02:00
85955baf42
.github/workflows/package.yml: add RPM package.
2023-04-05 19:16:48 +02:00
8bb1649974
.github/workflows/package.yml: set qt versions from ci.yml
2023-04-05 15:33:35 +02:00
8bc93c1bec
.github/workflows: run on ubuntu-22.04
2023-04-04 19:19:20 +02:00
8d413941ed
.github/workflows: remove ubuntu-18.04 as its is not supported anymore as github runner.
2023-04-04 19:19:20 +02:00
04b1d60f9b
.github/workflows: Update jurplel/install-qt-action to v3
2023-04-04 19:15:54 +02:00
d3fd36ef0e
.github/workflows/package.yml: update QT versions
2022-11-11 13:20:13 +01:00
09e287733c
.github/workflows/package.yml: Build package for Ubuntu 20.04
2021-02-24 14:17:30 +01:00
a3be286579
.github/workflows/package.yml: fix job name for ubuntu.
2020-04-27 14:29:15 +02:00
2ec874607f
Github Actions: pin qt5-default to 5.9.5 on ubuntu.
2020-04-27 12:23:08 +02:00
dce6f58607
Github Actions: skip building for Ubuntu 16.04
...
First, 16.04 only supports libssl 1.0 (officially) that links fine but will not find the library at runtime.
Second, 16.04 is old (LTS is still valid tho).
If requested, we could consider supporting it but no point going through the hassle if it has no users.
2020-04-27 12:23:08 +02:00
6f1359444a
.github/workflows/package.yml: fixing windows build (must have --config Release everywhere)
2020-04-27 12:23:08 +02:00
beeba58cee
Github Actions: use Qt 5.11.0 on windows.
...
qt < 5.11 has a bug in qCountLeadingZeroBits function (QtCore/qalgorithms.h).
This function is marked constexpr but returns a non-const value.
MSVC compilers will pick this up as an C3615 error.
See https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-2/compiler-error-c3615
2020-04-27 12:23:08 +02:00
e19982acee
.github/workflows/package.yml: set qt arch correctly on windows.
2020-04-27 12:23:08 +02:00
0b101728b6
.github/workflows/package.yml: we can set arch "directly" on windows.
2020-04-27 12:23:08 +02:00
8b8ba4c2c6
.github/workflows/package.yml: build both cli and gui on ubuntu.
2020-04-24 18:56:10 +02:00
9e048c7175
.github/workflows/package.yml: build both gui and cli on windows.
2020-04-24 18:55:53 +02:00
2d150a2e8b
.github/workflows/package.yml: pass CMAKE_BUILD_TYPE=Release to cmake on windows.
2020-04-24 12:02:40 +02:00
dd1fe841ad
.github/workflows/package.yml: build windows installer instead of zip file.
2020-03-30 13:25:57 +02:00
aa2fd02884
Github Actions: Remove OpenSSL from firedaemon on windows (its bundled).
2020-03-30 13:25:02 +02:00
c3640c034f
.github/workflows/package.yml: update to trigger CPack for building packages.
2020-03-14 21:14:15 +01:00
d642bfe89f
.github/workflows/package.yml: fixing ubuntu package command.
2020-02-27 10:54:02 +01:00
c59190b7ea
.github/workflows/package.yml: update command for ubuntu package.
2020-02-27 10:49:29 +01:00
a8432ea972
.github/workflows/package.yml: package for both x86 and x64 on windows.
2020-02-21 12:07:07 +01:00
3dd0a41c37
.github/workflows/package.yml: create zip file on windows.
2020-02-21 12:07:07 +01:00
2511e7b767
Adding .github/workflows/package.yml
2020-02-14 11:25:48 +01:00