Skip to content

Commit

Permalink
cpp11 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Oct 30, 2023
1 parent 384fb17 commit 22f2435
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vendor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
CXX: ${{matrix.compiler.cxx}}
run: >
cmake -S . -B build -G Ninja
-DCMAKE_CXX_STANDARD=11
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
-DVW_FEAT_FLATBUFFERS=Off
-DVW_FEAT_CSV=On
Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:
- name: Configure
run: >
cmake -S "${{ env.SOURCE_DIR }}" -B "${{ env.CMAKE_BUILD_DIR }}" -A "x64"
-DCMAKE_CXX_STANDARD=11
-DUSE_LATEST_STD=On
-DVW_FEAT_FLATBUFFERS=Off
-DVW_FEAT_CSV=On
Expand Down Expand Up @@ -108,6 +110,7 @@ jobs:
- name: Configure
run: >
cmake -S . -B build -G Ninja
-DCMAKE_CXX_STANDARD=11
-DCMAKE_BUILD_TYPE=${{matrix.build_type}}
-DVW_FEAT_FLATBUFFERS=Off
-DVW_FEAT_CSV=On
Expand Down

0 comments on commit 22f2435

Please sign in to comment.