andrej@1796: image: skvorl/beremiz-requirements andrej@1787: andrej@1787: pipelines: andrej@1787: custom: # Pipelines that are triggered manually andrej@1787: checks: # The name that is displayed in the list in the Bitbucket Cloud GUI andrej@1787: - step: andrej@1787: script: # Modify the commands below to build your repository. andrej@1810: - /usr/bin/python --version andrej@1787: - ./tests/tools/check_source.sh andrej@1810: - Xvfb :42 -screen 0 1280x1024x24 & andrej@1810: - DISPLAY=:42 pytest --timeout=10 ./tests/tools andrej@1810: - pkill -9 Xvfb andrej@1787: andrej@1787: default: andrej@1787: - step: andrej@1787: script: # Modify the commands below to build your repository. andrej@1810: - /usr/bin/python --version andrej@1796: - ./tests/tools/check_source.sh andrej@1810: - Xvfb :42 -screen 0 1280x1024x24 & andrej@1810: - DISPLAY=:42 pytest --timeout=10 ./tests/tools andrej@1810: - pkill -9 Xvfb andrej@1810: