Skip to content
Snippets Groups Projects

ci: add basic integration test for pmb

Merged Clayton Craft requested to merge craftyguy/ci_integration_test into master
Compare and Show latest version
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -23,8 +23,10 @@ ui="phosh"
./pmbootstrap.py config device "$device"
./pmbootstrap.py config ui "$ui"
# NOTE: --no-image is used because building images makes pmb try to
# "modprobe loop". This fails in CI.
echo "Building $ui image for $device"
./pmbootstrap.py -y install --zap --password 147147
./pmbootstrap.py -y install --zap --password 147147 --no-image
echo "Building $ui image for $device, with FDE"
./pmbootstrap.py -y install --zap --password 147147 --fde
./pmbootstrap.py -y install --zap --password 147147 --fde --no-image
Loading