aboutsummaryrefslogblamecommitdiff
path: root/.drone.yml
blob: 9de6cf3e5004b1a44ac44da087122d2d744834c0 (plain) (tree)
1
2
3
4
5
6
7
8
9





               
                      

                   
kind: pipeline
type: docker
name: default

steps:
  - name: build
    image: rust:latest
    commands:
      - cargo check