1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-12 19:09:56 +03:00

CI: Add basic chroot test

Didn't name it chroot as to not shadow the chroot command.
This commit is contained in:
Newbyte 2025-07-11 00:07:33 +02:00
parent 7fcbcdc19c
commit e698eb5fac
No known key found for this signature in database
GPG key ID: ACD854892B38D898
3 changed files with 10 additions and 0 deletions

View file

@ -112,6 +112,10 @@ bump_autobuild() {
fi
}
chroot_basic() {
pmbootstrap chroot true
}
# Run the test
echo "Running $test $*"
"$test" "$@"

View file

@ -0,0 +1 @@
../integration.sh

View file

@ -282,3 +282,8 @@ pkgrel_bump amd64:
extends: .integration
script:
- .ci/integration_tests/bump_autobuild qemu-amd64 hello-world
chroot basic:
extends: .integration
script:
- .ci/integration_tests/chroot_basic