diff options
| author | Enrico Tassi | 2020-11-24 16:47:25 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-11-26 11:20:13 +0100 |
| commit | 66370041661beb850c20d53d43111674a32d84b2 (patch) | |
| tree | 1d7cd1f2bb83a77fe382c6c4d72b11a373a40ed6 /.gitlab-ci.yml | |
| parent | e79430126e2d0ec55aec5937c53abba22f0df307 (diff) | |
[ci] add job for interval
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b58676af0..32299d49d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -792,6 +792,22 @@ library:ci-flocq: library:ci-menhir: extends: .ci-template-flambda +library:ci-interval: + extends: .ci-template-flambda + stage: stage-3 + needs: + - build:edge+flambda + - library:ci-coquelicot + - library:ci-flocq + - library:ci-mathcomp + - plugin:ci-bignums + dependencies: + - build:edge+flambda + - library:ci-coquelicot + - library:ci-flocq + - library:ci-mathcomp + - plugin:ci-bignums + library:ci-corn: extends: .ci-template-flambda stage: stage-4 |
