Skip to content

Commit

Permalink
Enable C++17 testing in circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion committed Apr 11, 2024
1 parent 713fe69 commit 7de9fc4
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 -a toolset=gcc cxxflags="--std=c++17" libs/geometry/$TEST_DIR

EXIT_STATUS=$?

Expand Down

0 comments on commit 7de9fc4

Please sign in to comment.