Skip to content

Commit

Permalink
TMP: debug macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dacav committed Jan 3, 2025
1 parent 74ad63e commit d3f9970
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-aux/ci/build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ export PKG_CONFIG_PATH="${LIBFIDO2_PKGCONF}:${OPENSSL_PKGCONF}"
./autogen.sh
./configure --disable-silent-rules --disable-man
make -j $(sysctl -n hw.logicalcpu)
make check
make check || {
more tests/*.log
exit 1
}

0 comments on commit d3f9970

Please sign in to comment.