bitbucket-pipelines.yml
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 17 Jul 2022 18:17:43 +0200
changeset 3549 0af7b6a96c53
parent 2295 dda34e671700
permissions -rw-r--r--
CLI: fix fake_wx for OPC-UA in CLI, match with test and requirements
image: skvorl/beremiz-requirements

pipelines:
  default:
    - parallel:
        - step:
            name: Codestyle checks
            script:
              - ln -s /CanFestival-3 $BITBUCKET_CLONE_DIR/../CanFestival-3
              - /usr/bin/python --version
              - ./tests/tools/check_source.sh
        - step:
            name: Application tests
            max-time: 10
            script:
              - ln -s /CanFestival-3 $BITBUCKET_CLONE_DIR/../CanFestival-3
              - ./tests/tools/run_python_tests.sh