Skip to content
Snippets Groups Projects
Commit 0e301e13 authored by florian's avatar florian
Browse files

TST: Add stages to CI

parent bc338a9c
Branches
Tags
No related merge requests found
Pipeline #9522 failed
...@@ -23,6 +23,7 @@ stages: ...@@ -23,6 +23,7 @@ stages:
# Only check style for Julia 1.6 since support for 1.0 may be dropped anyway # Only check style for Julia 1.6 since support for 1.0 may be dropped anyway
code-style: code-style:
stage: code-style
image: julia:1.6 image: julia:1.6
tags: [ docker ] tags: [ docker ]
script: script:
...@@ -45,6 +46,7 @@ code-style: ...@@ -45,6 +46,7 @@ code-style:
# Name a test and select an appropriate image. # Name a test and select an appropriate image.
# images comes from Docker hub # images comes from Docker hub
test:1.0: test:1.0:
stage: test
image: julia:1.0 image: julia:1.0
# Use `docker` runners # Use `docker` runners
tags: [ docker ] tags: [ docker ]
...@@ -68,6 +70,7 @@ test:1.0: ...@@ -68,6 +70,7 @@ test:1.0:
println("(", cl/tl*100, "%) covered")' println("(", cl/tl*100, "%) covered")'
test:1.6: test:1.6:
stage: test
image: julia:1.6 image: julia:1.6
# Use `docker` runners # Use `docker` runners
tags: [ docker ] tags: [ docker ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment