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

30 commits

Author SHA1 Message Date
53644e9ceb .github/workflows/ci.yml: update actions/checkout to version 3. 2023-08-16 18:52:15 +02:00
1ef3424638 .github/workflows/ci.yml: Update qt version for windows/mac to 5.15.2 2023-08-16 18:52:15 +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
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
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
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
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
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
faff761eeb Merge branch 'use_lib' into develop 2020-03-30 14:08:59 +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
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