Commit graph

7 commits

Author SHA1 Message Date
alexey.lysiuk
7e369774d5 always install glib for linux jobs of github action workflow
this fixes the following error when configuring linux dynamic dependencies jobs
CMake Error at /usr/local/share/cmake-3.31/Modules/FindPkgConfig.cmake:938 (message):
  None of the required 'glib-2.0' found
Call Stack (most recent call first):
  thirdparty/fluidsynth/src/CMakeLists.txt:158 (pkg_search_module)
2025-01-11 11:53:42 +02:00
alexey.lysiuk
519b76b6e7 - updated github actions workflow
* fix warnings
* add upload artifacts step (disabled by default because of warnings it reported on every symlink inside installation directory)
2024-10-10 13:01:13 +03:00
alexey.lysiuk
22ab5b210c - continuous integration workflow revamp
* use latest virtual machines
* use less if's in scripts
* remove installation of fluidsynth
* simplify formatting, and remove lots of useless quotes
2023-02-22 12:02:21 +02:00
alexey.lysiuk
a192e66049 - updated continuous integration workflow
* added separate targets with static and dynamic loading of dependencies
* specified continuous integration runners explicitly
* replaced 32-bit Windows target with 64-bit debug configuration
2021-03-15 11:07:48 +02:00
alexey.lysiuk
2d0ea86117 - fixed Win32 CI build by forcing internal ZLib
64-bit ZLib from PostgreSQL is in the search paths on continuous integration virtual machines
2020-07-03 11:14:41 +03:00
alexey.lysiuk
b415394560 - update continuous integration workflow
Added tests for library installation, sample compilation and its launching
Added installation of ALSA development package
2020-01-07 13:17:42 +02:00
alexey.lysiuk
ef8fd7f66e - added Continuous Integration via GitHub Actions 2020-01-04 14:42:22 +01:00