Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
black-desk committed Sep 20, 2024
1 parent e803cdf commit 8163b20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/get-project-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ function main() {

BUILD_DIR=../build_get-project-version

configure_cmake_project .. $BUILD_DIR >&2
configure_cmake_project .. $BUILD_DIR >&2 || true
ls /home/runner/work/errors/errors/build_get-project-version/_deps/catch2-src/extras
false
cd $BUILD_DIR
version=$(cmake --system-information | awk -F= '$1~/CMAKE_PROJECT_VERSION:STATIC/{print$2}')
if [ -z "$version" ]; then
Expand Down

0 comments on commit 8163b20

Please sign in to comment.