Newer
Older
include:
- project: shore/ci-templates
file: templates/pre-commit.yml
- >-
apt-get install -y
bash-completion
cmake
golang
go-md2man
meson
podman
shellcheck
systemd
- >-
git clone
--depth=1
"--branch=$VERSION"
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
- toolbox/builddir/meson-logs/
- toolbox/builddir/.ninja_log