Use .gitlab-ci.yml to test chroot build
This commit is contained in:
parent
0697d7106a
commit
8d19580d70
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
alpine-chroot-install
|
||||
alpine/*
|
||||
|
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user