Skip to content
Snippets Groups Projects
Commit 29b1d523 authored by Michael Scharfenberg's avatar Michael Scharfenberg
Browse files

Add gui binaries to artifacts

parent 2314ca89
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 lib gui OpenPassMaster.exe OpenPassSlave.exe openPASS.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 lib gui OpenPassMaster OpenPassSlave openPASS.exe *.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