try using a different directory

pull/231/head
Alexander Swensen 2018-12-30 20:38:11 -05:00
parent e0e4100089
commit a2cca4bad5
2 changed files with 11 additions and 4 deletions

View File

@ -3,16 +3,18 @@ jobs:
build:
docker:
- image: alexswensen/pi-gen-container:latest
working_directory: /pi-gen
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: list files
# command: sudo mount -i -o remount,exec,dev /pi-gen/
- run:
name: Build Raspbian
command: ./build.sh
command: ./build-docker.sh
no_output_timeout: 30m

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: minimal
services:
- docker
script: ./build-docker.sh