Lines Matching +full:check +full:- +full:python +full:- +full:tox
1 check-patch:
4 image: python:3.10-alpine
7 - .gitlab-ci.d/check-patch.py
12 - apk -U add git perl
15 check-dco:
18 image: python:3.10-alpine
20 script: .gitlab-ci.d/check-dco.py
24 - apk -U add git
26 check-python-minreqs:
29 image: $CI_REGISTRY_IMAGE/qemu/python:$QEMU_CI_CONTAINER_TAG
31 - make -C python check-minreqs
35 job: python-container
37 check-python-tox:
40 image: $CI_REGISTRY_IMAGE/qemu/python:$QEMU_CI_CONTAINER_TAG
42 - make -C python check-tox
45 QEMU_TOX_EXTRA_ARGS: --skip-missing-interpreters=false
48 job: python-container
50 check-rust-tools-nightly:
53 image: $CI_REGISTRY_IMAGE/qemu/fedora-rust-nightly:$QEMU_CI_CONTAINER_TAG
55 - source scripts/ci/gitlab-ci-section
56 - section_start test "Running Rust code checks"
57 - cd build
58 - pyvenv/bin/meson devenv -w ../rust ${CARGO-cargo} fmt --check
59 - make clippy
60 - make rustdoc
61 - section_end test
66 - job: build-system-fedora-rust-nightly
72 - rust/target/doc
74 check-build-units:
79 job: amd64-debian-container
81 - source scripts/ci/gitlab-ci-section
82 - section_start setup "Install Tools"
83 - apt install --assume-yes --no-install-recommends jq
84 - section_end setup
86 - mkdir build
87 - cd build
88 - section_start configure "Running configure"
89 - ../configure
90 - cd ..
91 - section_end configure
92 - section_start analyse "Analyse"
93 - .gitlab-ci.d/check-units.py build/compile_commands.json
94 - section_end analyse