File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ jobs:
8383 echo "[lcov]********************End"
8484
8585 # echo "gcov********************"
86- # cd ${{github.workspace}}
87- # pwd
88- # gcovr --sonarqube > coverage.xml
89- # ls -la coverage.xml
86+ cd ${{github.workspace}}
87+ pwd
88+ gcovr --sonarqube > coverage.xml
89+ ls -la coverage.xml
9090 echo "gcov********************Begin"
9191 cd ${{github.workspace}}/Build/Linux/
9292 pwd
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ project(PSS_alpha)
88if (UNIX )
99 #linux
1010 include (CheckCXXCompilerFlag )
11- CHECK_CXX_COMPILER_FLAG ("-std=c++11" COMPILER_SUPPORTS_CXX11 )
12- if (COMPILER_SUPPORTS_CXX11 )
13- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 " )
11+ CHECK_CXX_COMPILER_FLAG ("-std=c++17" COMPILER_SUPPORTS_CXX17 )
12+ if (COMPILER_SUPPORTS_CXX17 )
13+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 " )
1414 endif ()
1515
1616 #message("[pss build]build jemalloc begin")
You can’t perform that action at this time.
0 commit comments