debian-forge-cli/.github/workflows/testdeps.yml
Michael Vogt e7d8a39fcf test: add minimal test for container based building of images
This commit adds a smoke test that builds the ibcli container
and runs a fedora-41 raw-minimal build to double check that
the container based building actually works.

Thanks to Ondrej for suggesting this.
2024-12-19 08:49:26 +00:00

10 lines
249 B
YAML

name: Install test dependencies
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Install test dependencies
run: |
sudo apt update
sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev podman