Skip to content

Commit

Permalink
[circle] refs fibercrypto#38 Update configuration to working workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jul 16, 2019
1 parent 715a040 commit 0a1abee
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 0a1abee

Please sign in to comment.