add circleci config and update makefile for ci
This commit is contained in:
11
.circleci/config.yml
Normal file
11
.circleci/config.yml
Normal 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
|
||||
Reference in New Issue
Block a user