diff options
| author | Maxime Dénès | 2017-11-27 16:46:46 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-11-27 16:46:46 +0100 |
| commit | 201b6592f7a416c5f5b42f001fc7d629951aa90e (patch) | |
| tree | 6f142a068cdc0e40f6f198477a24a4f92cafcada | |
| parent | dafdd0fc40a27cd487380072bcb8cb96e1a2b3a1 (diff) | |
| parent | bb070732dfb3ad06f90c47d1010970faee0c195e (diff) | |
Merge PR #6228: Make byte on gitlab.
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c3489de42..c0a01f3fda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,12 +71,14 @@ before_script: - echo 'end:coq.config' - echo 'start:coq.build' + - make -j ${NJOBS} byte - make -j ${NJOBS} - make test-suite/misc/universes/all_stdlib.v - echo 'end:coq:build' - echo 'start:coq.install' - make install + - make install-byte - cp bin/fake_ide _install_ci/bin/ - echo 'end:coq.install' |
