From 0a1abeeb82db812d7f2ed38a4ef71d13d5800885 Mon Sep 17 00:00:00 2001 From: Maykel Arias Torres Date: Mon, 15 Jul 2019 22:27:38 -0400 Subject: [PATCH] [circle] refs #38 Update configuration to working workflow --- .circleci/config.yml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4f5469e3e..9a31a6cce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,8 @@ jobs: docker_layer_caching: true - run: docker build --build-arg QEMU_PLATFORM --build-arg QEMU_OS=debian --file $GOPATH/src/github.com/skycoin/libskycoin/docker/images/test-arm/Dockerfile $GOPATH/src/github.com/skycoin/libskycoin -t skydev-test - publish-github-release_32: + + deploy_arm: docker: - image: circleci/golang:1.12 working_directory: $GOPATH/src/github.com/skycoin/libskycoin @@ -76,8 +77,17 @@ workflows: version: 2 arm_test: jobs: - # - raspberrypi3 - # - orangepi-plus2 - # - raspberrypi2 - # - bananapi_m1_plus - - publish-github-release_32 + - raspberrypi3 + - orangepi-plus2 + - raspberrypi2 + - bananapi_m1_plus + - hold: + type: approval + requires: + - raspberrypi3 + - orangepi-plus2 + - raspberrypi2 + - bananapi_m1_plus + - deploy_arm: + requires: + - hold