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