You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- move CI from travis and appveyor to github actions (close#298 but see #300 and #301)
- updated googletest (as of v1.11.0, Jun 11, 2021) requires newer gcc and clang versions (>= 5.0, https://github.com/google/googletest)
than currently implemented for travis and appveyor scripts (gcc v4.9 and clang v3.5)
- avoid codecov's bash uploader; it will be retired by Feb 1, 2022 (https://docs.codecov.com/docs/about-the-codecov-bash-uploader)
- fix compiler "Warning: array subscript has type char" for function `SW_MDL_read()`
- update documentation (close#267 but see #299)
SOILWAT2 is tested via github actions on macOS, ubuntu, and windows/cygwin
However, the default C/C++ compilers are used on each platform which currently are:
--> use multiple versions (including more recent versions) of both gcc and clang on all platforms (or at least macOS/ubuntu) for SOILWAT2 tests
The text was updated successfully, but these errors were encountered: