First attempt of a gitlab ci setup
This commit is contained in:
parent
d6c65b8249
commit
dad7a0d320
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- git clone -b v$SPACK_VERSION https://github.com/spack/spack.git
|
||||||
|
- . ./spack/share/spack/setup_env.sh
|
||||||
|
- spack repo add .
|
||||||
|
|
||||||
|
image: registry.dune-project.org/docker/ci/debian:10
|
||||||
|
|
||||||
|
spectest:v0.14.2:
|
||||||
|
variables:
|
||||||
|
- SPACK_VERSION : "0.14.2"
|
||||||
|
script:
|
||||||
|
- spack spec dune
|
Loading…
Reference in New Issue