diff --git a/.gitignore b/.gitignore index 0b3d78d..45b68de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ alpine-chroot-install -alpine/* diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..7f4b132 --- /dev/null +++ b/.gitlab-ci.yml @@ -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