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:
parent
7fcbcdc19c
commit
e698eb5fac
3 changed files with 10 additions and 0 deletions
|
@ -112,6 +112,10 @@ bump_autobuild() {
|
|||
fi
|
||||
}
|
||||
|
||||
chroot_basic() {
|
||||
pmbootstrap chroot true
|
||||
}
|
||||
|
||||
# Run the test
|
||||
echo "Running $test $*"
|
||||
"$test" "$@"
|
||||
|
|
1
.ci/integration_tests/chroot_basic
Symbolic link
1
.ci/integration_tests/chroot_basic
Symbolic link
|
@ -0,0 +1 @@
|
|||
../integration.sh
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue