Skip to content
Snippets Groups Projects

New update_fsl_package script

Merged Paul McCarthy requested to merge mnt/update-fsl-package into master
1 file
+ 0
35
Compare changes
  • Side-by-side
  • Inline
+ 0
35
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
Loading