github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/travis/testdata/cache/rust.yaml.golden (about) 1 kind: pipeline 2 spec: 3 stages: 4 - desc: converted from travis.yml 5 name: pipeline 6 spec: 7 cache: 8 enabled: true 9 paths: 10 - target 11 - ~/.cargo 12 steps: 13 - name: install 14 spec: 15 run: cargo build --verbose 16 type: script 17 - name: script 18 spec: 19 run: cargo build --verbose; cargo test --verbose 20 type: script 21 type: ci 22 version: 1