--- kind: pipeline type: docker name: default steps: - name: cargo test image: rust:1.50 commands: - apt-get update - apt-get install -y libasound2-dev - cargo build --verbose --all - cargo test --verbose --all