Commit 95d0e71a by Aaron Gokaslan Committed by GitHub

test C++14 on MSVC (#4191)

parent 424ac4fe
...@@ -737,6 +737,9 @@ jobs: ...@@ -737,6 +737,9 @@ jobs:
args: -DCMAKE_CXX_STANDARD=20 args: -DCMAKE_CXX_STANDARD=20
- python: 3.8 - python: 3.8
args: -DCMAKE_CXX_STANDARD=17 args: -DCMAKE_CXX_STANDARD=17
- python: 3.7
args: -DCMAKE_CXX_STANDARD=14
name: "🐍 ${{ matrix.python }} MSVC 2019 x86 ${{ matrix.args }}" name: "🐍 ${{ matrix.python }} MSVC 2019 x86 ${{ matrix.args }}"
runs-on: windows-2019 runs-on: windows-2019
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment