gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
274 stars 61 forks source link

release workflow: check if weekly-build tarballs have correct version info after #1753 was merged #1757

Closed slayoo closed 5 months ago

slayoo commented 6 months ago

OK, it failed at https://github.com/gnudatalanguage/gdl/actions/runs/8057636422/job/22009114215 with:

CMake Error: Not a file: CMakeModules/GenerateVersionHeader.cmake
CMake Error: Error processing file: CMakeModules/GenerateVersionHeader.cmake
Error: Process completed with exit code 1.

Hopefully fixed in: https://github.com/gnudatalanguage/gdl/commit/a9c4d34d761ed96c93f43ee3a227d4fb1449bb70 Keeping open till there will be a confirmation in Github Actions logs that it works...

slayoo commented 5 months ago

Failed again today; fixed in https://github.com/gnudatalanguage/gdl/commit/d7a1b0013261b765d9aa4ebf4adf06e1608885e7; checked the newly generated weekly release and all seems fine (there is a src/version.hpp file generated and it contains meaningful version string)