Skip to content

Commit

Permalink
Build CI with CMAKE_CXX_STANDARD=98
Browse files Browse the repository at this point in the history
This checks that we're not using any modern C++ features (sigh...)
  • Loading branch information
eliasdaler committed Feb 23, 2021
1 parent e74053f commit e493d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ jobs:
-S $ENV{GITHUB_WORKSPACE}/imgui-sfml
-B $ENV{GITHUB_WORKSPACE}/imgui-sfml/build
-D CMAKE_CONFIGURATION_TYPES=${{ matrix.config.build_type }}
-D CMAKE_CXX_STANDARD=98
-D CMAKE_BUILD_TYPE=${{ matrix.config.build_type }}
-G Ninja
-D CMAKE_MAKE_PROGRAM=${{ steps.ninja.outputs.ninja_binary }}
Expand Down

0 comments on commit e493d41

Please sign in to comment.