Skip to content
Snippets Groups Projects
Commit 4fde6586 authored by Reinhard Biegel's avatar Reinhard Biegel
Browse files

fix(CI): Correctly pack artifacts after install directory restructure


Signed-off-by: default avatarReinhard Biegel <reinhard.biegel@in-tech.com>
parent 14055748
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,9 @@ cd "$MYDIR/../../../../dist/Slave" || exit 1
mkdir -p ../../artifacts || exit 1
if [[ "${OSTYPE}" = "msys" ]]; then
$MYDIR/util_zip.sh ../../artifacts/openPASS_SIM.zip lib OpenPassMaster.exe OpenPassSlave.exe *.dll
$MYDIR/util_zip.sh ../../artifacts/openPASS_SIM.zip doc modules schemas OpenPassMaster.exe OpenPassSlave.exe *.dll
$MYDIR/util_zip.sh ../../artifacts/openPASS_EndToEndTests.zip artifacts
else
$MYDIR/util_tar.sh ../../artifacts/openPASS_SIM.tar.gz lib OpenPassMaster OpenPassSlave *.so* --ignore-failed-read
$MYDIR/util_tar.sh ../../artifacts/openPASS_SIM.tar.gz doc lib modules schemas OpenPassMaster OpenPassSlave *.so* --ignore-failed-read
$MYDIR/util_tar.sh ../../artifacts/openPASS_EndToEndTests.tar.gz artifacts --ignore-failed-read
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment