CI: Speed up compile stage jobs

merge-requests/125/head
Olaf Meeuwissen 2019-08-11 12:49:19 +09:00
rodzic 68d70def14
commit 14e7ba47dd
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -33,7 +33,13 @@ make-dist:
- sane-backends-*.tar.gz
expire_in: 1 day
# This template is used for all jobs in the compile stage. As the
# template solely relies on the source tarball there is no need to
# checkout the git repository.
.compile_template: &compile_definition
variables:
GIT_DEPTH: "0"
stage: compile
script:
- mkdir build