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
f9203104
Commit
f9203104
authored
Feb 15, 2019
by
Thomas Downes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'macos-ci' into 'master'
Added macOS CI test job See merge request
lscsoft/conda!16
parents
5324ed4b
89762809
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 @
f9203104
...
...
@@ -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