Skip to content

Commit fde3dcc

Browse files
committed
more error checking for windows
1 parent 5574818 commit fde3dcc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ci/win/bundle.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# write recurisve dependencies of canvas.node into depends.csv
2-
./depends -c -oc:depends.csv node-canvas/build/Release/canvas.node
2+
./depends -c -oc:depends.csv node-canvas/build/Release/canvas.node || {
3+
echo "error invoking depends.exe";
4+
exit 1;
5+
}
36

47
# case-insensitive intersection of 3rd column of depends.csv
58
# and all files ending in .dll in the mingw64 directory

0 commit comments

Comments
 (0)