diff options
| author | Enrico Tassi | 2020-11-25 15:44:55 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-11-26 12:06:25 +0100 |
| commit | 0c49f8c4c03659126e7976390fc6ec876fd6c1ce (patch) | |
| tree | 31d76626e0d5f852786d9e36944f117af7d09142 /.gitlab-ci.yml | |
| parent | 0c3b900708bbc79e411ea0e60017abde89106a95 (diff) | |
[ci] coquelicot, depend on ssr proper
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fb0fc581c..a37641fba9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -738,7 +738,14 @@ library:ci-coqtail: extends: .ci-template library:ci-coquelicot: - extends: .ci-template + stage: stage-3 + extends: .ci-template-flambda + needs: + - build:edge+flambda + - library:ci-mathcomp + dependencies: + - build:edge+flambda + - library:ci-mathcomp library:ci-cross_crypto: extends: .ci-template @@ -794,7 +801,7 @@ library:ci-menhir: library:ci-interval: extends: .ci-template-flambda - stage: stage-3 + stage: stage-4 needs: - build:edge+flambda - library:ci-coquelicot |
