Browse Source

Use .gitlab-ci.yml to test chroot build

master
Olivier DOSSMANN 5 years ago
parent
commit
8d19580d70
  1. 1
      .gitignore
  2. 9
      .gitlab-ci.yml

1
.gitignore

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

9
.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
Loading…
Cancel
Save