diff options
| author | Enrico Tassi | 2020-11-25 11:16:28 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-11-30 17:12:41 +0100 |
| commit | c79677a99b48f85b8c79215dd35476005eea2e11 (patch) | |
| tree | 322a7e25da5fe6debd1eda19289abdfb33a66a28 /.gitlab-ci.yml | |
| parent | ee9e06df8fb5ae882e0a2da49fdc073256e2fe00 (diff) | |
[ci] add job for gappa
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6fb5c3118..af54edfa21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -847,6 +847,16 @@ library:ci-corn: - build:edge+flambda - library:ci-math_classes +plugin:ci-gappa: + extends: .ci-template-flambda + stage: stage-3 + needs: + - build:edge+flambda + - library:ci-flocq + dependencies: + - build:edge+flambda + - library:ci-flocq + library:ci-geocoq: extends: .ci-template-flambda |
