Skip to content

Commit

Permalink
Merge pull request #2 from vissarion/ci_enable_c++17_testing
Browse files Browse the repository at this point in the history
Enable C++17 testing in circleCI
  • Loading branch information
vissarion authored Apr 11, 2024
2 parents 713fe69 + 17fe58a commit a7d97fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ fi
cd $BOOST_DIR

./b2 -j$TEST_NPARALLEL toolset=gcc cxxflags="--coverage" linkflags="--coverage" libs/geometry/$TEST_DIR
./b2 -j$TEST_NPARALLEL toolset=gcc cxxflags="--std=c++17" libs/geometry/$TEST_DIR

EXIT_STATUS=$?

Expand Down

0 comments on commit a7d97fd

Please sign in to comment.