File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 cd wgrib2
6161 mkdir build
6262 cd build
63- export CFLAGS='-Wall -g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0 -I/home/runner/work/wgrib2/wgrib2/nceplibs/NCEPLIBS-g2c/include'
64- export FCFLAGS='-Wall -g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0'
65- export FFLAGS='-Wall -g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0'
63+ export CFLAGS='-Wall -Werror -Wno-error=unused-parameter -Wno-error=unused-dummy-argument - g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0 -I/home/runner/work/wgrib2/wgrib2/nceplibs/NCEPLIBS-g2c/include'
64+ export FCFLAGS='-Wall -Werror -Wno-error=unused-parameter -Wno-error=unused-dummy-argument - g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0'
65+ export FFLAGS='-Wall -Werror -Wno-error=unused-parameter -Wno-error=unused-dummy-argument - g -fprofile-abs-path -fprofile-arcs -ftest-coverage -O0'
6666 cmake .. -DENABLE_DOCS=ON -DFTP_TEST_FILES=ON -DCMAKE_PREFIX_PATH="$GITHUB_WORKSPACE/nceplibs/NCEPLIBS-ip;$GITHUB_WORKSPACE/nceplibs/jasper;$GITHUB_WORKSPACE/nceplibs/NCEPLIBS-g2c" -DTEST_FILE_DIR=/home/runner/data -DMAKE_FTN_API=ON -DUSE_NETCDF=ON -DUSE_AEC=ON -DUSE_IPOLATES=ON -DUSE_G2CLIB_LOW=ON -DUSE_OPENMP=ON -DBUILD_WGRIB=OFF
6767 make VERBOSE=1
6868 ctest --verbose --output-on-failure --rerun-failed
You can’t perform that action at this time.
0 commit comments