subsurface/cmake/Modules
=Michael Keller 6fc8310705 CICD: Improve Workflows.
Make multiple improvements to the existing workflows:
- create a shared custom action to deal with version number tracking
  and generation;
- use this action to add the branch name to the version for pull
  request builds;
- create a shared workflow for all debian-ish builds to avoid re-use
  by copy / paste;
- remove potential security risks by eliminating the use of
  pre-evaluated expressions (`${{ ... }}`) inside scripts;
- update outdated GitHub action versions;
- improve the consistency by renaming scripts acording to have a `.sh`
  extension;
- improve naming of generated artefacts for pull requests to include
  the correct version.

@dirkh: Unfortunately this is potentially going to break builds when it is
merged, as there is no good way to 'test' a merge build short of
merging.
We'll just have to deal with the fallout of it in a follow-up pull
request.

Signed-off-by: Michael Keller <github@ike.ch>
2024-05-13 10:19:59 +12:00
..
cmake_variables_helper.cmake Move CMake variables printing into a utility macro 2017-02-25 09:24:23 -08:00
dlllist.cmake Fix dlllist.cmake not to use hard coded path to link.txt 2017-02-25 09:24:23 -08:00
FindLibdivecomputer.cmake CMake: clean up hints for finding libraries 2019-03-21 19:30:14 -07:00
FindLIBGIT2.cmake CMake: clean up hints for finding libraries 2019-03-21 19:30:14 -07:00
HandleFindGit2.cmake CMake: simplify code in HandleFindGit2 2019-03-21 19:30:14 -07:00
HandleFindLibDiveComputer.cmake Added HandleFindLibDiveComputer.cmake 2015-12-16 07:59:01 -08:00
HandleFtdiSupport.cmake Move FTDI and Grantlee configuration out of CMakeLists.txt 2015-12-16 07:59:36 -08:00
HandleVersionGeneration.cmake Complete redesign of Subsurface version numbers 2024-01-06 10:55:24 -08:00
MacOSXBundleInfo.plist.in macOS: remove unused Info.plist 2022-03-12 08:28:32 -08:00
MacroOutOfSourceBuild.cmake Accept insourcesubdir builds 2015-12-16 08:02:18 -08:00
pkgconfig_helper.cmake cmake: allow looking for optional libraries 2015-04-10 12:08:26 -07:00
RunOnBuildDir.cmake build-system: prevent recursive symbolic links 2021-10-19 12:19:18 -07:00
version.cmake CICD: Improve Workflows. 2024-05-13 10:19:59 +12:00