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
|
else
|
||||||
cmake --build . --target install
|
cmake --build . --target install
|
||||||
fi
|
fi
|
||||||
|
test $? -eq 0 || exit 3
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user