Ocaml test-suite 'passes' with c++11 testing now

Test c++17 on Github Actions to try keep it passing when
configure detects g++ can test c++17.
This commit is contained in:
William S Fulton 2022-03-27 13:50:30 +01:00
commit f44153069b
5 changed files with 11 additions and 8 deletions

View file

@ -296,6 +296,7 @@ jobs:
- SWIGLANG: mzscheme
continue-on-error: true
- SWIGLANG: ocaml
CPPSTD: c++17
continue-on-error: true
os: ubuntu-18.04 # ocaml-4.08 in ubuntu-20.04 not yet working
# Run all of them, as opposed to aborting when one fails