Skip to content

Commit f06c08b

Browse files
committed
test(driver): driver loader available
1 parent 5b3633a commit f06c08b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/scripts/build-ci.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ make)
2222
cmake "$WORKSPACE" -DSTANDALONE_MODE=ON -DLPAC_WITH_APDU_AT=ON
2323
make -j VERBOSE=1
2424
make DESTDIR="$PKGDIR" install
25+
26+
env LPAC_APDU=stdio LPAC_HTTP=stdio \
27+
"$PKGDIR/executables/lpac" version # test driver loader works
28+
2529
copy-license "$PKGDIR/executables"
2630
copy-usage "$PKGDIR/executables"
2731
create-bundle "$ARTIFACT/lpac-$KERNEL-$MACHINE.zip" "$PKGDIR/executables"
@@ -51,6 +55,10 @@ make-without-lto)
5155
cmake "$WORKSPACE" -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF -DSTANDALONE_MODE=ON
5256
make -j VERBOSE=1
5357
make DESTDIR="$PKGDIR" install
58+
59+
env LPAC_APDU=stdio LPAC_HTTP=stdio \
60+
"$PKGDIR/executables/lpac" version # test driver loader works
61+
5462
copy-license "$PKGDIR/executables"
5563
copy-usage "$PKGDIR/executables"
5664
create-bundle "$ARTIFACT/lpac-$KERNEL-$MACHINE-without-lto.zip" "$PKGDIR/executables"

0 commit comments

Comments
 (0)