Updates and cleanup of multi-patform build tests (#212)

- Simplify creation of build matrix.
 - Added macos-latest build
 - Renamed VERSION to VERSION.txt, this was problematic on macos build
 - Added placeholders for installing optional dependencies for windows and macos builds in the future.
This commit is contained in:
Jaye Evins
2025-06-25 11:33:32 -04:00
committed by GitHub
parent 4c0ce1146a
commit 3a4bb61f44
4 changed files with 29 additions and 19 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ set(VERSION_STRING "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}-${BRANCH}$
set(LONG_VERSION_STRING "${VERSION_STRING} (${COMMIT_HASH} ${COMMIT_DATE})")
# Auto-generate version file
configure_file (.version.in VERSION @ONLY)
configure_file (VERSION.txt.in VERSION.txt @ONLY)
#=======================================