Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Paul Douglas Hopkins
conda
Commits
89762809
Verified
Commit
89762809
authored
Feb 15, 2019
by
Duncan Macleod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: added macOS test job
to make sure that the environment files are osx-compatible
parent
0cfac3de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
.gitlab-ci.yml
.gitlab-ci.yml
+21
-1
No files found.
.gitlab-ci.yml
View file @
89762809
...
...
@@ -17,7 +17,27 @@ variables:
before_script
:
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
test
:
test-macos
:
tags
:
-
macos_highsierra
stage
:
test
variables
:
INSTALL_PATH
:
"
${CI_PROJECT_DIR}/miniconda"
only
:
-
master
-
merge_requests
-
schedules
before_script
:
[]
script
:
-
curl -o ./miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
-
/bin/bash miniconda.sh -b -p ${INSTALL_PATH}
-
source ${INSTALL_PATH}/etc/profile.d/conda.sh
-
conda update --yes conda
-
conda env create -f environment-py27.yml
-
conda env create -f environment-py36.yml
-
conda env create -f environment-py37.yml
test-linux
:
stage
:
test
only
:
-
merge_requests
...
...
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