summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-03-27 13:50:30 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-03-27 13:50:30 +0100
commitf44153069b86c8e195b9c0d33eb2d7dfa95859f9 (patch)
treeaf2478f82af36dfc18a043a220b2a1bbdc002dba /.github
parenta71c318b06232697bac8e8312316e70eac3e1f7e (diff)
downloadswig-f44153069b86c8e195b9c0d33eb2d7dfa95859f9.tar.gz
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.
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 88fd32328..731bcffae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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