diff options
| author | Jason Gross | 2020-06-23 20:10:02 -0400 |
|---|---|---|
| committer | Jason Gross | 2020-06-23 20:10:02 -0400 |
| commit | 7ea8f8225f4e511bcbe879972eb4223521b2f8d7 (patch) | |
| tree | 3fc9d60ece7b0d1e2362133b50ce5dc3348b05fd /.gitlab-ci.yml | |
| parent | 25ece321f2297bd28971be3df2616626a7de9516 (diff) | |
[ci] Add coq-community/coq-performance-tests
It's tested on the bench, so might as well test it on the CI. Hopefully
it's not too memory-heavy. (It should only take a couple of minutes,
time-wise.)
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6ed9be58d..f6c035553c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -693,6 +693,9 @@ library:ci-color: library:ci-compcert: extends: .ci-template-flambda +library:ci-coq_performance_tests: + extends: .ci-template + library:ci-coq_tools: extends: .ci-template |
