aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Yes it's a good idea to rename the library binary in a patch version (#2759)Gravatar ctrlaltca2026-05-082-3/+3
| | | | | | * Yes it's a good idea to rename the library binary in a patch version.</sarcasm> https://github.com/madler/zlib/issues/1181 * Fix nsis install
* Add a spellchecker backend based on windows >=8 integrated spellchecker (#2743)Gravatar ctrlaltca2025-12-222-107/+2
| | | | | | | | | * Add a spellchecker backend based on windows >=8 integrated spellchecker * CI: remove enchant from windows builds * Assume Qt5 is Windows 7, Qt6 is Windows >= 10 * Qt5 build is picking up a foreign libenchant from the build system, disable it
* Windows builds: add libffi, too (#2742)Gravatar ctrlaltca2025-12-182-0/+2
|
* Winedows build: add libgobject, needed by libenchant (#2741)Gravatar ctrlaltca2025-12-182-0/+2
|
* Fix windows build - mingw-w64-x86_64-enchant-2.8.14-1 renamed the dll to ↵Gravatar ctrlaltca2025-12-122-2/+2
| | | | libenchant-2-2.dll (#2738)
* Update macOS runner version to macos-14Gravatar ctrlaltca2025-12-081-1/+1
| | | macos-13 images are deprecated and force an error
* CI: update to Qt 6.10, fix missing NSIS in Windows-2025 CI image (#2716)Gravatar ctrlaltca2025-10-113-5/+9
| | | * CI: update to Qt 6.10, fix missing NSIS in Windows-2025 CI image
* CI: Attempt a different workaround for macOS being macOS (#2708)Gravatar ctrlaltca2025-07-301-14/+17
|
* Adapt to Qt 6.9 deprecations (#2706)Gravatar ctrlaltca2025-07-171-2/+2
| | | | | | | * Adapt to Qt 6.9 deprecations * Windows 2019 images are no more available no github, switch to 2022 * Wordaround Qt5 missing QTimezone::UTC
* KviControlCodes: fix compilation with Qt >= 6.9 (#2705)Gravatar ctrlaltca2025-06-164-3/+5
| | | | | * KviControlCodes: Qt >= 6.9's QChar removed implicit casts from ctors, add explicit cast to accommodate * Update github action jobs
* Fix github action (#2697)Gravatar ctrlaltca2025-03-055-16/+16
| | | | | * Fix github action * While we're at it, also update other actions and qt version
* Tag the build artifacts for win7/qt5 to discriminate them on nightly builds ↵Gravatar ctrlaltca2024-10-111-1/+1
| | | | (#2681)
* windows ci: add gettext[tools] to get msgfmt (#2680)Gravatar ctrlaltca2024-10-012-2/+2
|
* Work around macOS build failures in CI (#2671)Gravatar ctrlaltca2024-07-251-0/+7
|
* Try to get a windows7 compatible build with Qt5 + vs2019 (#2650)Gravatar ctrlaltca2024-06-091-0/+184
| | | | * Try to get a windows7 compatible build with Qt5 + vs2019
* Github CI: switch to older macos 13 (still supports intel macs) (#2644)Gravatar ctrlaltca2024-05-121-1/+1
|
* Mac CI: ignore brew warnings caused by multiple python installs that makes ↵Gravatar ctrlaltca2024-03-171-1/+1
| | | | the run error out early (#2620)
* Switching the mac CI to qt6 (#2612)Gravatar ctrlaltca2024-03-083-3/+15
| | | | | | | | | * try switching the mac CI to qt6; remove the cmake hardcoded deploy, use macdeployqt instead * mac: Try to mode kvilib and modules to Contents/Frameworks for macdeployqt to pick them up * Add Mattoje's patch * Just disable python by now
* Switch windows CI builds to Github Actions and Qt6 (#2606)Gravatar ctrlaltca2024-02-241-0/+185
| | | | | | | | | | | | | | | | | | | | | | | * Make build compatible with ninja generator * Remove usage of Qt Windows Extras under qt6 * Avoid compilation noise on UNICODE redefinition * Remove "KviHeapObject::operator new" signature for debug builds, add placement new operator * Fix implicit cast of 0 to QFlags * Fix Avoid ambiguous overload in concatenating strings * KviIpcSentinel::winEvent - Adapt to changed method signature in qt6 * Remove windows 95/98/me support :) * appveyor: try switching qt version * Try creating a github action for windows build * Remove appveyor config; move windows-only patches into dist/windows/patches
* Use separate caches for CI linux qt5 and qt6 builds (#2608)Gravatar ctrlaltca2024-02-132-4/+4
|
* Add a qt6 linux CI build (#2605)Gravatar ctrlaltca2024-02-122-1/+50
| | | | | * Add a qt6 linux CI build * Rename jobs
* Make macos dmg nightlies more orderable (#2560)Gravatar Alexey Sokolov2023-10-241-20/+2
| | | | | | | | | | | * Make macos dmg nightlies more orderable Without any tags in the downloaded history, git doesn't know how many commits happened since latest tag * Get rid of the custom sftp upload which doesn't work Rename artifact to .dmg to make it easier to find the correct artifact to download by custom script
* Almost thereGravatar Alexey Sokolov2023-10-221-1/+1
|
* Forgot to write fileGravatar Alexey Sokolov2023-10-221-2/+2
|
* Pass user through ssh configGravatar Alexey Sokolov2023-10-221-3/+7
|
* Yet another timeGravatar Alexey Sokolov2023-10-221-3/+2
|
* Next attemptGravatar Alexey Sokolov2023-10-221-2/+1
|
* Try to upload to sftp manually...Gravatar Alexey Sokolov2023-10-221-13/+10
|
* Switch to yet another sftp upload actionGravatar Alexey Sokolov2023-10-221-7/+11
|
* Don't delete from sftpGravatar Alexey Sokolov2023-10-221-1/+1
|
* Use another action to upload sftpGravatar Alexey Sokolov2023-10-221-9/+6
|
* Fix yaml syntaxGravatar Alexey Sokolov2023-10-221-1/+1
|
* Try to upload nightly .dmgGravatar Alexey Sokolov2023-10-221-0/+18
|
* Macos: manually create dmg to fix icon position (#2556)Gravatar ctrlaltca2023-08-311-6/+11
| | | | | * Macos: manually create dmg to fix icon position * Fix dmg name
* add a basic ci build for linux and macos (#2550)Gravatar ctrlaltca2023-08-092-0/+119