Concretize both master and 2.7 release in CI job
This commit is contained in:
parent
2d4e0548de
commit
a1aa78f02f
|
@ -7,6 +7,8 @@ before_script:
|
||||||
|
|
||||||
spectest:v0.14.2:
|
spectest:v0.14.2:
|
||||||
image: registry.dune-project.org/spack/dune-spack:v0.14.2
|
image: registry.dune-project.org/spack/dune-spack:v0.14.2
|
||||||
script: spack spec dune
|
script:
|
||||||
|
- spack spec dune@master
|
||||||
|
- spack spec dune@2.7
|
||||||
tags:
|
tags:
|
||||||
- cores:1
|
- cores:1
|
||||||
|
|
Loading…
Reference in New Issue