Build in circle
This commit is contained in:
parent
95746f5260
commit
d1dcb7055f
20
.circleci/config.yml
Normal file
20
.circleci/config.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user