Refactoring for corehost servicing
This commit is contained in:
parent
7bd3ece90d
commit
b11ac0160f
22 changed files with 279 additions and 82 deletions
|
@ -24,5 +24,11 @@ make
|
|||
|
||||
# Publish to artifacts
|
||||
[ -d "$HOST_DIR" ] || mkdir -p $HOST_DIR
|
||||
cp "$REPOROOT/src/corehost/cmake/$RID/corehost" $HOST_DIR
|
||||
if [[ "$OSNAME" == "osx" ]]; then
|
||||
COREHOST_LIBNAME=libclihost.dylib
|
||||
else
|
||||
COREHOST_LIBNAME=libclihost.so
|
||||
fi
|
||||
cp "$REPOROOT/src/corehost/cmake/$RID/cli/corehost" $HOST_DIR
|
||||
cp "$REPOROOT/src/corehost/cmake/$RID/cli/dll/${COREHOST_LIBNAME}" $HOST_DIR
|
||||
popd 2>&1 >/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue