File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11name : ci_fpm
22
3-
43on :
54 push :
65 paths :
1615 runs-on : ubuntu-latest
1716 timeout-minutes : 15
1817
18+ env :
19+ FPM_FFLAGS : -I/usr/include/hdf5/serial
20+ FPM_LDFLAGS : -L/usr/lib/x86_64-linux-gnu/hdf5/serial
21+
1922 steps :
2023
2124 - uses : fortran-lang/setup-fpm@v4
2932
3033 - uses : actions/checkout@v2
3134
32- - run : fpm fpm --flag -I/usr/include/hdf5/serial --link-flag -L/usr/lib/x86_64-linux-gnu/hdf5/serial build
35+ - run : fpm build
3336 - run : fpm test
Original file line number Diff line number Diff line change 66![ ci_linux] ( https://github.com/geospace-code/h5fortran/workflows/ci/badge.svg )
77![ ci_macos] ( https://github.com/geospace-code/h5fortran/workflows/ci_macos/badge.svg )
88![ ci_windows] ( https://github.com/geospace-code/h5fortran/workflows/ci_windows/badge.svg )
9+ [ ![ ci_fpm] ( https://github.com/geospace-code/h5fortran/actions/workflows/ci_fpm.yml/badge.svg )] ( https://github.com/geospace-code/h5fortran/actions/workflows/ci_fpm.yml )
910![ ci_meson] ( https://github.com/geospace-code/h5fortran/workflows/ci_meson/badge.svg )
1011[ ![ intel-oneapi] ( https://github.com/geospace-code/h5fortran/actions/workflows/intel-oneapi.yml/badge.svg )] ( https://github.com/geospace-code/h5fortran/actions/workflows/intel-oneapi.yml )
1112
You can’t perform that action at this time.
0 commit comments