add circleci config and update makefile for ci

This commit is contained in:
2019-11-12 21:24:58 -08:00
parent 3b378e2f3d
commit d8f1665dc6
2 changed files with 35 additions and 4 deletions

11
.circleci/config.yml Normal file
View File

@@ -0,0 +1,11 @@
version: 2
jobs:
build:
machine: true
steps:
- checkout
- run: make dist
- store_artifacts:
path: output
- run: echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin
- run: make ci-upload-images