Skip to content

Commit

Permalink
check shared library build with a make install
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Oct 2, 2023
1 parent 6eae051 commit 9e5b50d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Linux_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ jobs:
make install
if [ "${{ matrix.config.options }}" = "-DENABLE_SHARED=ON" ]; then
ls -l ~/g2/install/lib*.so || exit 1
else
ls -l ~/g2/install/lib*.a || exit 1
fi
Expand Down

0 comments on commit 9e5b50d

Please sign in to comment.