Merge pull request #2 from StefanScherer/try-circle2

Try Circle CI 2.0 to build ARM Docker images
pull/3/head
Stefan Scherer 7 years ago committed by GitHub
commit 111e6f79ab

@ -0,0 +1,9 @@
version: 2
jobs:
build:
working_directory: ~/whoami
machine: true
steps:
- checkout
- run: ARCH=arm ./travis-build.sh
- run: ARCH=arm ./travis-test.sh
Loading…
Cancel
Save