Skip to content

Commit

Permalink
[circle] refs skycoin#75 Added all test in ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Jun 13, 2019
1 parent 6da7950 commit a94024b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,19 @@ jobs:
- run: docker build --build-arg QEMU_PLATFORM --build-arg QEMU_OS=ubuntu --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:
requires:
- bananapi_m1_plus
- raspberrypi2
- raspberrypi3
- orangepi-plus2
docker:
- image: docker:18.06.0-ce-git
working_directory: $GOPATH/src/github.com/skycoin/libskycoin
environment:
TAG_DEPLOY: $(git tag -l --points-at HEAD)
steps:
- run: mkdir -p $GOPATH/src/github.com/ $GOPATH/src/github.com/skycoin
- run: echo $TAG_DEPLOY
- run: if [[ $TAG_DEPLOY ]]; then echo $TAG_DEPLOY ; fi
- checkout
- setup_remote_docker:
version: 18.06.0-ce
Expand Down

0 comments on commit a94024b

Please sign in to comment.