Skip to content

Commit

Permalink
DNM build debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Feb 1, 2021
1 parent 5f82919 commit 8a6ae18
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/build-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ dn=$(dirname $0)
# add cargo's directory to the PATH like we do in CoreOS CI
export PATH="$HOME/.cargo/bin:$PATH"

${dn}/build.sh
if ! ${dn}/build.sh; then
ls -al .libs
make RpmOstree-1.0.typelib
echo "build failed"
exit 1
fi
make check
make install

0 comments on commit 8a6ae18

Please sign in to comment.