forked from openlp/openlp
skip clone on subsequent steps
This commit is contained in:
parent
e53f7d42b8
commit
2b40357cae
@ -33,3 +33,5 @@ pipeline:
|
||||
|
||||
depends_on:
|
||||
- test
|
||||
|
||||
.skip_clone: true
|
||||
|
@ -4,7 +4,7 @@ pipeline:
|
||||
image: openlp/debian
|
||||
pull: true
|
||||
commands:
|
||||
- sh scripts/generate_resources.sh
|
||||
# - sh scripts/generate_resources.sh
|
||||
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings --cov openlp --cov-report term
|
||||
- mv .coverage linux.coverage
|
||||
# artifacts:
|
||||
@ -16,7 +16,7 @@ pipeline:
|
||||
image: openlp/ubuntu
|
||||
pull: true
|
||||
commands:
|
||||
- sh scripts/generate_resources.sh
|
||||
# - sh scripts/generate_resources.sh
|
||||
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
|
||||
|
||||
test-fedora:
|
||||
@ -24,7 +24,7 @@ pipeline:
|
||||
image: openlp/fedora
|
||||
pull: true
|
||||
commands:
|
||||
- sh scripts/generate_resources.sh
|
||||
# - sh scripts/generate_resources.sh
|
||||
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
|
||||
|
||||
test-arch:
|
||||
@ -32,7 +32,7 @@ pipeline:
|
||||
image: openlp/arch
|
||||
pull: true
|
||||
commands:
|
||||
- sh scripts/generate_resources.sh
|
||||
# - sh scripts/generate_resources.sh
|
||||
- xvfb-run -s '-screen 0 1024x768x24' pytest --color=no --disable-warnings
|
||||
|
||||
# test-macos:
|
||||
@ -61,3 +61,5 @@ pipeline:
|
||||
|
||||
depends_on:
|
||||
- lint
|
||||
|
||||
skip_clone: true
|
||||
|
Loading…
Reference in New Issue
Block a user