Add circle 2 build

pull/2/head
Stefan Scherer 7 years ago
parent ca486f5694
commit a89bd19b32
No known key found for this signature in database
GPG Key ID: 5966AEAC37E957FA

@ -0,0 +1,13 @@
version: 2
jobs:
build:
working_directory: ~/whoami
machine: true
steps:
- checkout
- run: docker version
# get latest CE version
- run: curl -fsSL https://raw.githubusercontent.com/StefanScherer/docker-init/master/ubuntu/install-docker-ce.sh | sh
- run: docker version
- run: ARCH=arm ./travis-build.sh
- run: ARCH=arm ./travis-test.sh
Loading…
Cancel
Save