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
061652dc
Commit
061652dc
authored
May 11, 2016
by
Jamie Hall
Browse files
Update package.sh
parent
bcd293d1
Pipeline
#275
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Darwin/Scripts/package.sh
View file @
061652dc
...
@@ -59,14 +59,14 @@ rm -rf /usr/local/lib/python2.7/site-packages/MDANSE
...
@@ -59,14 +59,14 @@ rm -rf /usr/local/lib/python2.7/site-packages/MDANSE
/usr/local/bin/python setup.py
install
/usr/local/bin/python setup.py
install
# Performs the unit tests
# Performs the unit tests
cd
Tests/UnitTests
#
cd Tests/UnitTests
nosetests
--verbosity
=
3
-P
.
#
nosetests --verbosity=3 -P .
cd
../..
#
cd ../..
cd
Tests/FunctionalTests/Jobs
#
cd Tests/FunctionalTests/Jobs
python BuildJobTests.py
#
python BuildJobTests.py
nosetests
--verbosity
=
3
--exe
-P
.
#
nosetests --verbosity=3 --exe -P .
cd
../../..
#
cd ../../..
echo
-e
"
$BLEU
""Packaging MDANSE"
"
$NORMAL
"
echo
-e
"
$BLEU
""Packaging MDANSE"
"
$NORMAL
"
rm
-rf
BuildServer/Darwin/Build
rm
-rf
BuildServer/Darwin/Build
...
@@ -104,7 +104,7 @@ hdiutil unmount /Volumes/MDANSE -force -quiet
...
@@ -104,7 +104,7 @@ hdiutil unmount /Volumes/MDANSE -force -quiet
sleep 5
sleep 5
echo -e "
$BLEU
""
${
MDANSE_DMG
}
" "
$NORMAL
"
echo -e "
$BLEU
""
sdhfkdshfkjhf
${
MDANSE_DMG
}
" "
$NORMAL
"
../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
../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
...
...
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