github.com/whtcorpsinc/milevadb-prod@v0.0.0-20211104133533-f57f4be3b597/circle.yml (about)

     1  version: 2
     2  
     3  jobs:
     4    build:
     5      docker:
     6        - image: golang:1.13
     7      working_directory: /go/src/github.com/whtcorpsinc/milevadb
     8      steps:
     9        - checkout
    10        - run:
    11            name: "Build & Test"
    12            command: make dev