kopia lustrzana https://gitlab.com/sane-project/backends
CI: Speed up compile stage jobs
rodzic
68d70def14
commit
14e7ba47dd
|
@ -33,7 +33,13 @@ make-dist:
|
||||||
- sane-backends-*.tar.gz
|
- sane-backends-*.tar.gz
|
||||||
expire_in: 1 day
|
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
|
.compile_template: &compile_definition
|
||||||
|
variables:
|
||||||
|
GIT_DEPTH: "0"
|
||||||
stage: compile
|
stage: compile
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
|
Ładowanie…
Reference in New Issue