Skip to content

Commit 8a6ae18

Browse files
committed
DNM build debugging
1 parent 5f82919 commit 8a6ae18

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ci/build-check.sh

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ dn=$(dirname $0)
1111
# add cargo's directory to the PATH like we do in CoreOS CI
1212
export PATH="$HOME/.cargo/bin:$PATH"
1313

14-
${dn}/build.sh
14+
if ! ${dn}/build.sh; then
15+
ls -al .libs
16+
make RpmOstree-1.0.typelib
17+
echo "build failed"
18+
exit 1
19+
fi
1520
make check
1621
make install

0 commit comments

Comments
 (0)