fixed: fail build in jenkins scripts if installation target fails
This commit is contained in:
parent
564f064392
commit
e3bc8a6ad7
@ -112,6 +112,7 @@ function build_module {
|
||||
else
|
||||
cmake --build . --target install
|
||||
fi
|
||||
test $? -eq 0 || exit 3
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user