burrow-pi-img/.circleci/config.yml
2018-12-30 20:30:44 -05:00

18 lines
609 B
YAML

version: 2
jobs:
build:
docker:
- image: alexswensen/pi-gen-container:latest
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: list files
command: mount -i -o remount,exec,dev /root
- run:
name: Build Raspbian
command: ./build.sh
no_output_timeout: 30m