Use .gitlab-ci.yml to test chroot build

master
Olivier DOSSMANN 2018-08-04 20:28:03 +02:00
parent 0697d7106a
commit 8d19580d70
2 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
alpine-chroot-install
alpine/*

9
.gitlab-ci.yml 100644
View File

@ -0,0 +1,9 @@
image: debian:stretch-slim
stages:
- build
build:
script:
- apt-get update && apt-get install -y wget sudo
- bash install-and-chroot.sh