Codebase list golang-github-dcso-fluxline / debian/0.0_git20200907.78686e5-2 .circleci / config.yml
debian/0.0_git20200907.78686e5-2

Tree @debian/0.0_git20200907.78686e5-2 (Download .tar.gz)

config.yml @debian/0.0_git20200907.78686e5-2raw · history · blame

# Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
  build:
    docker:
      - image: circleci/golang:1.10-stretch

    working_directory: /go/src/github.com/DCSO/fluxline
    steps:
      - checkout
      - run: go get -v -t -d ./...
      - run: go test -v ./...