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@1880: - ln -s /CanFestival-3 $BITBUCKET_CLONE_DIR/../CanFestival-3 andrej@1810: - /usr/bin/python --version andrej@1787: - ./tests/tools/check_source.sh andrej@1820: - ./tests/tools/run_python_tests.sh andrej@1820: andrej@1787: andrej@1787: default: andrej@1787: - step: andrej@1787: script: # Modify the commands below to build your repository. andrej@1880: - ln -s /CanFestival-3 $BITBUCKET_CLONE_DIR/../CanFestival-3 andrej@1810: - /usr/bin/python --version andrej@1880: - ./tests/tools/check_source.sh andrej@1880: - ./tests/tools/run_python_tests.sh