Skip to content

Commit

Permalink
ci: also run regression tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Oct 11, 2023
1 parent 3160ded commit c8fb770
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-aux/ci/build-osx.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -ex

# Link to same OpenSSL version as libfido2.
# Link to the same OpenSSL version as libfido2.
OPENSSL="$(brew deps --installed libfido2 | grep openssl)"
LIBFIDO2_PKGCONF="$(brew --prefix libfido2)/lib/pkgconfig"
OPENSSL_PKGCONF="$(brew --prefix "${OPENSSL}")/lib/pkgconfig"
Expand All @@ -10,3 +10,4 @@ export PKG_CONFIG_PATH="${LIBFIDO2_PKGCONF}:${OPENSSL_PKGCONF}"
./autogen.sh
./configure --disable-silent-rules --disable-man
make -j $(sysctl -n hw.logicalcpu)
make check

0 comments on commit c8fb770

Please sign in to comment.