1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
## STATUS
On each push or pull request this repository automatically runs "fpm
test" to run its unit tests on Ubuntu(gfortran,ifort), MacOS(gfortran),
and MSWindows(gfortran) using github actions.
The results are able to be viewed using the **Actions** button at the
top of the github page for the repository, or can be linked to in site
documents:
+ [](https://github.com/urbanjost/M_CLI2/actions/workflows/deploy_api_docs.yml)
+ [](https://github.com/urbanjost/M_CLI2/actions/workflows/test_intel_ubuntu.yml)
+ [](https://github.com/urbanjost/M_CLI2/actions/workflows/test_gfortran_ubuntu.yml)
+ [](https://github.com/urbanjost/M_CLI2/actions/workflows/test_gfortran_macos.yml)
+ [](https://github.com/urbanjost/M_CLI2/actions/workflows/test_gfortran_windows.yml)
+ [](https://github.com/urbanjost/M_CLI2/actions/workflows/test_gfortran_mingw64_windows.yml)
+ [](https://github.com/urbanjost/M_CLI2/actions/workflows/test_gfortran_msys_windows.yml)
|