Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opSimulation
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reinhard Biegel
opSimulation
Commits
29b1d523
Commit
29b1d523
authored
3 years ago
by
Michael Scharfenberg
Browse files
Options
Downloads
Patches
Plain Diff
Add gui binaries to artifacts
parent
2314ca89
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/ci/scripts/90_pack_artifacts.sh
+2
-2
2 additions, 2 deletions
utils/ci/scripts/90_pack_artifacts.sh
with
2 additions
and
2 deletions
utils/ci/scripts/90_pack_artifacts.sh
+
2
−
2
View file @
29b1d523
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment