yunorock-dev/.gitlab-ci.yml

13 lines
271 B
YAML
Raw Permalink Normal View History

image: debian:stretch-slim
stages:
- build
build:
stage: build
2018-08-04 22:09:31 +00:00
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