1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00
Commit graph

50 commits

Author SHA1 Message Date
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
cf104e1616 .github/workflows/ci.yml: fix qt package on ubuntu-22.04 2023-04-04 19:30:08 +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
f5d733a4f1 .github/workflows/ci.yml: disable fail-fast. 2022-09-21 10:20:48 +02:00
e41def2149 .github/workflows/ci.yml: run apt-get update 2022-09-21 10:17:12 +02:00
a92cb0c1d9 .github/workflows/ci.yml: Update QT on ubuntu-18.04 2022-09-21 09:55:38 +02:00
f40c680ad1 .github/workflows/ci.yml: Update QT on ubuntu-20.04 2022-09-21 09:50:52 +02:00
09e287733c .github/workflows/package.yml: Build package for Ubuntu 20.04 2021-02-24 14:17:30 +01:00
145769970f .github/workflows/ci.yml: Adding support for Ubuntu 20.04 2021-02-24 14:07:16 +01:00
0a2ad12700 .github/workflows/ci.yml: trigger on pull requests also. 2020-05-15 14:04:35 +02: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
2d1c0d0785 CMake: rename BUILD_COMPONENT_* options to COMPONENT_* 2020-04-24 12:01:24 +02:00
54e493de1f .github/workflows/ci.yml: update build matrix to cover all configurations. 2020-04-20 18:23:52 +02:00
c206ec764f .github/workflows/ci.yml: some minor cleanup. 2020-04-10 17:50:08 +02:00
48eb716165 .github/workflows/ci.yml: add abit more human friendly names than matrix.build-opts. and have the actual cmake flags as matrix includes. 2020-04-10 17:50:08 +02:00
0d44bbc8f6 .github/workflows/ci.yml: Build GUI 2020-04-10 11:53:29 +02:00
9c86841612 .github/workflows/ci.yml: set FORCE_ANSI as build opts and remove USE_THREADS 2020-03-31 10:38:25 +02:00
920d422ff8 .github/workflows/ci.yml: pass "-B build" to cmake at configure stage. So we don't have to use mkdir/cd 2020-03-30 14:18:49 +02:00
a46a13db4d
Merge pull request #31 from pnx/cmake_nsis
Cmake: Support for NSIS installer in CPack
2020-03-30 14:12:44 +02:00
faff761eeb Merge branch 'use_lib' into develop 2020-03-30 14:08:59 +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
9cba57d1ab .github/workflows/ci.yml: we package for both ubuntu 16.04 and 18.04. so lets build for those also. 2020-03-28 21:18:06 +01: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
4e876b3cc2 .github/workflows/ci.yml: upload build artifact 2020-02-14 11:24:38 +01:00
8c8e586b2c CI: combine mac,unix,win jobs into one and use matrix + control steps via "if" and $RUNNER_OS variable. 2020-01-15 19:21:55 +01:00
725ba47e34 CI: Build with and without thread support. 2020-01-15 17:33:20 +01:00
d0e85e00e2 .github/workflows/ci.yml: run on all branches except master
Only code from other branches should be pushed to master, so we can skip CI.
2019-12-20 15:11:49 +01:00
799a80b3e5 Initial Commit 2019-12-19 14:35:20 +01:00