kind: pipeline name: continuous integration steps: - name: build & test image: ubuntu:jammy commands: - sudo apt install -y gcc python3.10 - python3.10 ./build.py