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:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
.skip_clone: true
|
||||||
|
@ -4,7 +4,7 @@ pipeline:
|
|||||||
image: openlp/debian
|
image: openlp/debian
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
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
|
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings --cov openlp --cov-report term
|
||||||
- mv .coverage linux.coverage
|
- mv .coverage linux.coverage
|
||||||
# artifacts:
|
# artifacts:
|
||||||
@ -16,7 +16,7 @@ pipeline:
|
|||||||
image: openlp/ubuntu
|
image: openlp/ubuntu
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- sh scripts/generate_resources.sh
|
# - sh scripts/generate_resources.sh
|
||||||
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
|
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
|
||||||
|
|
||||||
test-fedora:
|
test-fedora:
|
||||||
@ -24,7 +24,7 @@ pipeline:
|
|||||||
image: openlp/fedora
|
image: openlp/fedora
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- sh scripts/generate_resources.sh
|
# - sh scripts/generate_resources.sh
|
||||||
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
|
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
|
||||||
|
|
||||||
test-arch:
|
test-arch:
|
||||||
@ -32,7 +32,7 @@ pipeline:
|
|||||||
image: openlp/arch
|
image: openlp/arch
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- sh scripts/generate_resources.sh
|
# - sh scripts/generate_resources.sh
|
||||||
- xvfb-run -s '-screen 0 1024x768x24' pytest --color=no --disable-warnings
|
- xvfb-run -s '-screen 0 1024x768x24' pytest --color=no --disable-warnings
|
||||||
|
|
||||||
# test-macos:
|
# test-macos:
|
||||||
@ -61,3 +61,5 @@ pipeline:
|
|||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- lint
|
- lint
|
||||||
|
|
||||||
|
skip_clone: true
|
||||||
|
Loading…
Reference in New Issue
Block a user