bitbucket-pipelines.yml
changeset 3838 60d6e4396876
parent 3836 9b4e94608036
child 3839 a466d4468d7a
equal deleted inserted replaced
3836:9b4e94608036 3838:60d6e4396876
     1 image: skvorl/beremiz-requirements
       
     2 
       
     3 pipelines:
       
     4   default:
       
     5     - parallel:
       
     6         - step:
       
     7             name: Codestyle checks
       
     8             script:
       
     9               - ln -s /CanFestival-3 $BITBUCKET_CLONE_DIR/../CanFestival-3
       
    10               - /usr/bin/python --version
       
    11               - ./tests/tools/check_source.sh
       
    12         - step:
       
    13             name: Application tests
       
    14             max-time: 10
       
    15             script:
       
    16               - ln -s /CanFestival-3 $BITBUCKET_CLONE_DIR/../CanFestival-3
       
    17               - ./tests/tools/run_python_tests.sh
       
    18