aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-10-22 15:30:30 +0200
committerGaëtan Gilbert2020-11-20 16:52:58 +0100
commit76ab524320e3d4c006c6c94372e0cfda2b62c76e (patch)
tree043f0194d8956e15701cb083ebcd68c21b1aa13c /.gitlab-ci.yml
parent614675fa5337cca0621ae7a65d4fd47a6ad8f788 (diff)
Build all_stdlib.v in test suite makefile
instead of recursive make
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18ea50d77b..99ae4c23ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,7 +78,6 @@ before_script:
- config/Makefile
- config/coq_config.py
- config/coq_config.ml
- - test-suite/misc/universes/all_stdlib.v
- dmesg.txt
expire_in: 1 week
script:
@@ -95,7 +94,6 @@ before_script:
- echo 'start:coq.build'
- make -j "$NJOBS" byte
- make -j "$NJOBS" world $EXTRA_TARGET
- - make test-suite/misc/universes/all_stdlib.v
- echo 'end:coq:build'
- echo 'start:coq.install'