diff options
| author | Kazuhiko Sakaguchi | 2021-04-21 23:20:10 +0900 |
|---|---|---|
| committer | Kazuhiko Sakaguchi | 2021-04-21 23:35:57 +0900 |
| commit | 8de017f8a4e561a2833b311b1a6e79514e3e510b (patch) | |
| tree | 06fd4689d3cefacd864f879c004950323a7b8edc /.gitlab-ci.yml | |
| parent | 3645c06030ed1266fd4160ec7211b4447731bf13 (diff) | |
Add mczify to CI
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52b03e455b..a2d62fe43d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -806,6 +806,13 @@ library:ci-math_classes: library:ci-mathcomp: extends: .ci-template-flambda +library:ci-mczify: + extends: .ci-template-flambda + stage: stage-3 + needs: + - build:edge+flambda + - library:ci-mathcomp + library:ci-sf: extends: .ci-template |
