Skip to content
Snippets Groups Projects
Commit a12551b5 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

CI: use fsl-ci-rules infrastructure for testing

parent cc580456
No related branches found
No related tags found
1 merge request!45New update_fsl_package script
include:
- file: .gitlab-ci.yml
project: fsl/conda/fsl-ci-rules
stages:
- test
- fsl-ci-pre
- fsl-ci-build
- fsl-ci-test
- fsl-ci-deploy
test:linux:
image: python:3.7
except:
- tags
- master@fsl/base
script:
- pip install pytest
- pytest -v tests
stage: test
tags:
- docker
test:macos:
image: python:3.7
except:
- tags
- master@fsl/base
script:
- pip install pytest
- pytest -v tests
stage: test
tags:
- macOS
- shell
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment