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.
10 lines
249 B
YAML
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
|