Skip to content

Commit

Permalink
Merge pull request #66 from NOAA-EMC/ejh_makefile_ci
Browse files Browse the repository at this point in the history
trying to use makefile
  • Loading branch information
edwardhartnett authored Dec 8, 2023
2 parents 386dbd6 + 4d9cced commit 8faacfc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cd sp
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=~/sp
cmake -DCMAKE_INSTALL_PREFIX=~/sp -DBUILD_8=ON ..
make -j2
make install
Expand Down Expand Up @@ -87,7 +87,4 @@ jobs:
- name: build
run: |
cd wgrib2
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH=$HOME -DJasper_ROOT=$HOME/Jasper
make -j2
make VERBOSE=1

0 comments on commit 8faacfc

Please sign in to comment.