diff options
| author | coqbot-app[bot] | 2020-11-26 12:19:27 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-26 12:19:27 +0000 |
| commit | 7f3c46acc937eb9257c29b5881e5a8b17b28cd48 (patch) | |
| tree | 6ec4a5850ca6bd2365d3d333ed0b15e5bdc92e8f /.gitlab-ci.yml | |
| parent | 0fc82e9651ee1dbc429c9b328b90ad8ad1a3cb14 (diff) | |
| parent | 8ee0c8fad103366f02b24eb912cdfaf9cb31fc65 (diff) | |
Merge PR #13467: [ci] add job for interval
Reviewed-by: SkySkimmer
Ack-by: silene
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 875f713a1c..ddbace193a 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 @@ -792,6 +799,42 @@ library:ci-flocq: library:ci-menhir: extends: .ci-template-flambda +library:ci-interval: + extends: .ci-template-flambda + stage: stage-4 + 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-oddorder: + extends: .ci-template-flambda + stage: stage-3 + needs: + - build:edge+flambda + - library:ci-mathcomp + dependencies: + - build:edge+flambda + - library:ci-mathcomp + +library:ci-fourcolor: + extends: .ci-template-flambda + stage: stage-3 + needs: + - build:edge+flambda + - library:ci-mathcomp + dependencies: + - build:edge+flambda + - library:ci-mathcomp + library:ci-corn: extends: .ci-template-flambda stage: stage-4 |
