Build in circle

pull/231/head
Alexander Swensen 2018-12-30 15:17:04 -05:00
parent 95746f5260
commit d1dcb7055f
1 changed files with 20 additions and 0 deletions

20
.circleci/config.yml Normal file
View File

@ -0,0 +1,20 @@
version: 2
jobs:
build:
docker:
- image: debian:stretch
- image: docker:18.06-git
steps:
# - checkout
# - run:
# name: Install Dependencies
# command: apt-get -y update && apt-get -y install git vim parted quilt realpath qemu-user-static debootstrap zerofree pxz zip dosfstools bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file && rm -rf /var/lib/apt/lists/*
# - run:
# name: Create required directories
# command: |
# mkdir work
- run:
name: Build Raspbian
command: ./build-docker.sh
no_output_timeout: 30m