Utilities/Release: Optionally load environment on remote build server
This commit is contained in:
parent
a95b47154e
commit
240b065faa
|
@ -5,6 +5,7 @@ echo ""
|
|||
echo "remove and create working directory @CMAKE_RELEASE_DIRECTORY@"
|
||||
rm -rf @CMAKE_RELEASE_DIRECTORY@
|
||||
mkdir @CMAKE_RELEASE_DIRECTORY@
|
||||
@ENV@
|
||||
|
||||
check_exit_value()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue