File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments