Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
865364db
Commit
865364db
authored
Nov 08, 2014
by
John Chodera (MSKCC)
Browse files
Added relative workspace path to Jenkins build prepare scripts.
parent
609b6a51
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
devtools/packaging/scripts/linux/prepare.sh
devtools/packaging/scripts/linux/prepare.sh
+3
-0
devtools/packaging/scripts/osx/prepare.sh
devtools/packaging/scripts/osx/prepare.sh
+3
-0
No files found.
devtools/packaging/scripts/linux/prepare.sh
View file @
865364db
...
...
@@ -2,6 +2,9 @@
# Prepare for build by ensuring necessary prerequisites are locally installed.
# Set relative workspace path.
export
WORKSPACE
=
`
pwd
`
# Install miniconda
export
VERSION
=
"3.7.0"
export
PLATFORM
=
"Linux"
...
...
devtools/packaging/scripts/osx/prepare.sh
View file @
865364db
...
...
@@ -2,6 +2,9 @@
# Prepare for build by ensuring necessary prerequisites are locally installed.
# Set relative workspace path.
export
WORKSPACE
=
`
pwd
`
# Install miniconda
export
VERSION
=
"3.7.0"
export
PLATFORM
=
"MacOSX"
...
...
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