Commit Graph

11 Commits

Author SHA1 Message Date
Benjamin Buch
565ebd1c3d
fix Qt5 build on CI for MacOS which requires x86_64 (#204)
Some checks failed
CI: Build Test / Build (-Wall -Wextra -pedantic -Werror, -j2, -D QT_DEFAULT_MAJOR_VERSION=6, make, ubuntu-20.04, 6.2.4) (push) Failing after 1m7s
CI: Build Test / Build (-Wall -Wextra -pedantic -Werror, -j2, -D QT_DEFAULT_MAJOR_VERSION=6, make, ubuntu-20.04, 6.5.0) (push) Failing after 10s
CI: Build Test / Build (-Wall -Wextra -pedantic -Werror, -j2, make, ubuntu-20.04, 5.15.0) (push) Failing after 10s
Documentation / Doxygen (push) Failing after 3h9m57s
CI: Build Test / Build (-Wall -Wextra -pedantic -Werror, -j3, -D QT_DEFAULT_MAJOR_VERSION=6, make, macos-13, 6.2.4) (push) Has been cancelled
CI: Build Test / Build (-Wall -Wextra -pedantic -Werror, -j3, -D QT_DEFAULT_MAJOR_VERSION=6, make, macos-13, 6.5.0) (push) Has been cancelled
CI: Build Test / Build (-Wall -Wextra -pedantic -Werror, -j3, make, macos-13, 5.15.0) (push) Has been cancelled
CI: Build Test / Build (/W4 /WX /MP, -D QT_DEFAULT_MAJOR_VERSION=6, nmake, windows-latest, 6.2.4) (push) Has been cancelled
CI: Build Test / Build (/W4 /WX /MP, -D QT_DEFAULT_MAJOR_VERSION=6, nmake, windows-latest, 6.5.0) (push) Has been cancelled
CI: Build Test / Build (/W4 /WX /MP, nmake, windows-latest, 5.15.0) (push) Has been cancelled
The Qt5 build in the CI is broken, because Qt5 is provided for x86_64
only, while current macos runners support arm64 only. Setting MacOS to
version 13 should fix this until it falls out of GitHub Support.

References:
- https://github.com/jurplel/install-qt-action/issues/238
- https://github.com/faaxm/spix/blob/master/.github/workflows/build.yml
2025-01-23 19:24:19 +02:00
Frederik Seiffert
0d0666f728 CI: set up MSVC environment before running CMake 2023-09-11 20:25:27 +02:00
Itay Grudev
0a63acbc12
Update main.yml 2023-06-13 12:48:47 +03:00
Itay Grudev
ff916bf143
Update main.yml 2023-06-13 12:44:11 +03:00
Itay Grudev
2855d33f87
Update main.yml 2023-06-13 12:43:50 +03:00
Itay Grudev
4b334b7f5d
Update main.yml 2023-06-13 01:38:40 +03:00
Itay Grudev
a3da1727ae
Removed EOL Qt versions 2023-06-13 01:34:58 +03:00
Samson Wang
dd0e1b3eef
fix code according to pull request review 2023-03-14 09:19:42 +08:00
Itay Grudev
a2a5d139c3 Fixed typo in main.yml workflow 2022-06-07 16:25:11 +03:00
Itay Grudev
4dea902f00 Moved Doxygen to separate workflow 2022-06-07 16:22:44 +03:00
Hennadii Chernyshchyk
efdfa507dd
Switch to Doxygen to avoid documentation duplication
I also had to fix syntax a little in markdown and the header file.
Now checked on CI.
2022-04-06 00:32:30 +03:00