summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-03-27 15:06:47 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-03-27 15:06:47 +0100
commit282fdb17159cb6153d69ebba2c9b5a105b4c747d (patch)
tree3146f0082e1942eaec38b87f6e8a288f1e802277 /.github
parentf44153069b86c8e195b9c0d33eb2d7dfa95859f9 (diff)
downloadswig-282fdb17159cb6153d69ebba2c9b5a105b4c747d.tar.gz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 731bcffae..65ec30886 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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