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
cd9a442e
Commit
cd9a442e
authored
Nov 08, 2014
by
John Chodera (MSKCC)
Browse files
Minor updates to Jenkins prepare scripts.
parent
abf0f7ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
devtools/packaging/scripts/linux/prepare.sh
devtools/packaging/scripts/linux/prepare.sh
+1
-1
devtools/packaging/scripts/osx/prepare.sh
devtools/packaging/scripts/osx/prepare.sh
+2
-1
No files found.
devtools/packaging/scripts/linux/prepare.sh
View file @
cd9a442e
...
@@ -12,7 +12,7 @@ then
...
@@ -12,7 +12,7 @@ then
echo
"miniconda already exists"
echo
"miniconda already exists"
else
else
echo
"Downloading miniconda..."
echo
"Downloading miniconda..."
wget http://repo.continuum.io/miniconda/
${
MINICONDA
}
wget
--quiet
http://repo.continuum.io/miniconda/
${
MINICONDA
}
bash
${
MINICONDA
}
-b
-p
miniconda
bash
${
MINICONDA
}
-b
-p
miniconda
PIP_ARGS
=
"-U"
PIP_ARGS
=
"-U"
fi
fi
...
...
devtools/packaging/scripts/osx/prepare.sh
View file @
cd9a442e
...
@@ -12,11 +12,12 @@ then
...
@@ -12,11 +12,12 @@ then
echo
"miniconda already exists"
echo
"miniconda already exists"
else
else
echo
"Downloading miniconda..."
echo
"Downloading miniconda..."
wget http://repo.continuum.io/miniconda/
${
MINICONDA
}
wget
--quiet
http://repo.continuum.io/miniconda/
${
MINICONDA
}
bash
${
MINICONDA
}
-b
-p
miniconda
bash
${
MINICONDA
}
-b
-p
miniconda
PIP_ARGS
=
"-U"
PIP_ARGS
=
"-U"
fi
fi
# Add to path.
export
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
export
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
# Ensure configuration is up to date.
# Ensure configuration is up to date.
...
...
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