Skip to content

Commit

Permalink
Merge pull request #3 from sgerrand/circleci
Browse files Browse the repository at this point in the history
Build with CircleCI
  • Loading branch information
sgerrand authored Oct 14, 2019
2 parents 2df2480 + 8949ed2 commit 92bc86b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: docker:stable-git
steps:
- checkout
- setup_remote_docker
- run:
name: Build Docker image
command: docker build . --pull

0 comments on commit 92bc86b

Please sign in to comment.