From d1dcb7055ffd0da37d3715da6560bf311f9659da Mon Sep 17 00:00:00 2001 From: Alexander Swensen Date: Sun, 30 Dec 2018 15:17:04 -0500 Subject: [PATCH] Build in circle --- .circleci/config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..abea17d --- /dev/null +++ b/.circleci/config.yml @@ -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 \ No newline at end of file