bitbucket-pipelines.yml
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 12 Apr 2023 19:32:38 +0200
branchpython3
changeset 3792 365f866ee120
parent 2295 dda34e671700
permissions -rw-r--r--
IDE: python-3.10: wxPython calls don't accept float anymore when int is expected
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