Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
CircleCI config for building
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdg committed Mar 8, 2019
1 parent a1bef3f commit 86cc997
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2.1
jobs:
build:
docker:
- image: circleci/golang:1.11.5
steps:
- checkout
- run: make build
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build:
go build ./cmd/secrethub-proxy

0 comments on commit 86cc997

Please sign in to comment.