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
93cd76b3
Commit
93cd76b3
authored
Nov 08, 2014
by
John Chodera (MSKCC)
Browse files
Fixing more paths in Jenkins build paths.
parent
84627987
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
devtools/packaging/scripts/linux/build.sh
devtools/packaging/scripts/linux/build.sh
+3
-0
devtools/packaging/scripts/osx/build.sh
devtools/packaging/scripts/osx/build.sh
+3
-0
No files found.
devtools/packaging/scripts/linux/build.sh
View file @
93cd76b3
...
@@ -3,6 +3,9 @@
...
@@ -3,6 +3,9 @@
# Build script for Linux distribution, for use in automated packaging.
# Build script for Linux distribution, for use in automated packaging.
# Note that this must be run from outside the checked-out openmm/ directory.
# Note that this must be run from outside the checked-out openmm/ directory.
# Set relative workspace path.
export
WORKSPACE
=
`
pwd
`
# Add conda binaries to path.
# Add conda binaries to path.
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
...
...
devtools/packaging/scripts/osx/build.sh
View file @
93cd76b3
...
@@ -3,6 +3,9 @@
...
@@ -3,6 +3,9 @@
# Build script for Mac OS X distribution, for use in automated packaging.
# Build script for Mac OS X distribution, for use in automated packaging.
# Note that this must be run from outside the checked-out openmm/ directory.
# Note that this must be run from outside the checked-out openmm/ directory.
# Set relative workspace path.
export
WORKSPACE
=
`
pwd
`
# Add conda binaries to path.
# Add conda binaries to path.
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
...
...
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