Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
4c21638f
Commit
4c21638f
authored
May 11, 2016
by
Jamie Hall
Browse files
debug msg in macos package script
parent
62d5b9c0
Pipeline
#272
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Darwin/Scripts/package.sh
View file @
4c21638f
...
...
@@ -104,6 +104,8 @@ hdiutil unmount /Volumes/MDANSE -force -quiet
sleep 5
echo
${
MDANSE_DMG
}
../Tools/create-dmg/create-dmg --background "
../Resources/background.jpg
" --volname "
MDANSE
" --window-pos 200 120 --window-size 800 400 --icon MDANSE.app 200 190 --hide-extension MDANSE.app --app-drop-link 600 185 "
${
MDANSE_DMG
}
" ./dist
exit
BuildServer/Windows/package.sh
View file @
4c21638f
...
...
@@ -246,5 +246,6 @@ elif [ $TASK = "build" ]; then
# create the MDANSE installer
echo
"Creating nsis installer for target
${
BUILD_TARGET
}
..."
makensis /V4 /ONSISlog.txt /DVERSION
=
${
CI_BUILD_TAG
}
/DARCH
=
${
BUILD_TARGET
}
/DTARGET_DIR
=
"
${
TARGET_DIR
}
"
MDANSE_installer.nsi
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment