Skip to content

Commit e422843

Browse files
committedMar 15, 2025
ci: also install grub config and systemd unit
We were only testing the binary
1 parent f0027e8 commit e422843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.cci.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parallel build: {
2121
""")
2222
}
2323
shwrap("""
24-
make install DESTDIR=\$(pwd)/insttree/
24+
make install install-grub-static install-systemd-unit DESTDIR=\$(pwd)/insttree/
2525
tar -c -C insttree/ -zvf insttree.tar.gz .
2626
""")
2727
stash includes: 'insttree.tar.gz', name: 'build'

0 commit comments

Comments
 (0)