Commit aeb830f2 authored by nimrod's avatar nimrod
Browse files

CI.

parent 6bed2013
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+14 −0
Original line number Diff line number Diff line
---
build:
  image: buildpack-deps:bullseye
  before_script:
    - apt-get update
    - apt-get install -y meson golang systemd podman go-md2man bash-completion shellcheck cmake
    - git clone https://github.com/containers/toolbox.git
    - cd toolbox
  script:
    - meson -Dprofile_dir=/etc/profile.d builddir
    - ninja -C builddir
  artifacts:
    paths:
      - toolbox/builddir/src/toolbox