diff options
| author | Enrico Tassi | 2019-11-18 17:40:51 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-09-07 16:34:30 +0200 |
| commit | bc0a71056c24b29c8289395ee01740bb2ef7ad8d (patch) | |
| tree | 4afbdf7fd945363b5b68bbd85b9f44bab8762fe4 /.gitlab-ci.yml | |
| parent | 9adc523e89022fc6ac77471fb3fe381ad344d060 (diff) | |
[test suite] infrastructure to test how some statements are printed
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e96a28..a5fcc2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,7 @@ make-coq-latest: script: - docker build --pull --build-arg=coq_image="coqorg/${CI_JOB_NAME//-/:}" --build-arg=compiler="${OPAM_SWITCH}" -t "${IMAGE}" . - docker push "${IMAGE}" + - docker run --mount "type=bind,source=$(pwd),target=/home/coq/mathcomp" -w /home/coq/mathcomp -t "${IMAGE}" /bin/bash --login -c "set -x; cd mathcomp; make test-suite" - docker logout "${CI_REGISTRY}" except: - tags |
