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 7342f2c commit 5174ffc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/Linux_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/g2/build
ctest --verbose --rerun-failed --output-on-failure
- name: check_shared
if: ${{ matrix.options }} = "-DENABLE_SHARED=ON"
run: |
cd $GITHUB_WORKSPACE/g2/build
make install
ls -l ~/g2/install/lib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grib_utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
cd w3emc
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=~/bacio -DCMAKE_INSTALL_PREFIX=~/w3emc -DBUILD_WITH_BUFR=OFF ..
cmake -DCMAKE_PREFIX_PATH=~/bacio -DCMAKE_INSTALL_PREFIX=~/w3emc -DBUILD_WITH_BUFR=OFF -DBUILD_WITH_EXTRA_DEPS=ON ..
make -j2
make install
Expand Down

0 comments on commit 5174ffc

Please sign in to comment.