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
f1a1557d
Commit
f1a1557d
authored
May 10, 2016
by
Jamie Hall
Browse files
Update package.sh
parent
35c5d6ef
Pipeline
#256
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Darwin/Scripts/package.sh
View file @
f1a1557d
...
@@ -22,7 +22,7 @@ BUILD_TARGET=darwin
...
@@ -22,7 +22,7 @@ BUILD_TARGET=darwin
cd
../../../
cd
../../../
declare
-x
MDANSE_VERSION
=
$(
grep
-Po
'(?<=__version__ = \")\d.\d.\d
'
MDANSE/__pkginfo__.py
)
declare
-x
MDANSE_VERSION
=
$(
perl
-pe
'($_)=/([0-9]+([.][0-9]+)+)/
'
MDANSE/__pkginfo__.py
)
echo
${
MDANSE_VERSION
}
echo
${
MDANSE_VERSION
}
exit
exit
...
...
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