yunorock-dev/.gitlab-ci.yml

13 lines
271 B
YAML

image: debian:stretch-slim
stages:
- build
build:
stage: build
cache: {}
script:
- apt-get update && apt-get install -y wget sudo
- MOUNTBIN=`which mount` && rm -f $MOUNTBIN && ln -sf `which echo` $MOUNTBIN
- FORCE_EXEC=1 bash install-and-chroot.sh