We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BigRedButton
1 parent 0acfbb4 commit dcc9dafCopy full SHA for dcc9daf
scripts/BigRedButton
@@ -19,8 +19,8 @@ rm -rf ${PRODUCTS[@]} || exit 11
19
# Build cross toolchain for all supported platforms
20
#
21
22
-PLATFORM=pc_qemu_32 npm run build || exit 1
23
-PLATFORM=pc_qemu_64 npm run build || exit 2
+PLATFORM=pc_qemu_32 npm run build && PLATFORM=pc_qemu_32 npm test || exit 1
+PLATFORM=pc_qemu_64 npm run build && PLATFORM=pc_qemu_64 npm test || exit 2
24
25
26
0 commit comments