MzScheme '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:
parent
f44153069b
commit
282fdb1715
3 changed files with 7 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -294,6 +294,7 @@ jobs:
|
|||
GCC: 11
|
||||
# Experimental languages (these are allowed to fail)
|
||||
- SWIGLANG: mzscheme
|
||||
CPPSTD: c++17
|
||||
continue-on-error: true
|
||||
- SWIGLANG: ocaml
|
||||
CPPSTD: c++17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue