mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Add pipeline running tests under Valgrind to GitHub Action
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/workflows/linux-other-builds.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/linux-other-builds.yml
									
									
									
									
										vendored
									
									
								
							@@ -59,6 +59,15 @@ jobs:
 | 
			
		||||
            other_pkgs: clang-10
 | 
			
		||||
            cmake_configurations: -DCATCH_ENABLE_CONFIGURE_TESTS=ON
 | 
			
		||||
 | 
			
		||||
          # Valgrind test Clang-10
 | 
			
		||||
          - cxx: clang++-10
 | 
			
		||||
            build_description: Valgrind tests
 | 
			
		||||
            build_type: Debug
 | 
			
		||||
            std: 14
 | 
			
		||||
            other_pkgs: clang-10 valgrind
 | 
			
		||||
            cmake_configurations: -DMEMORYCHECK_COMMAND=`which valgrind` -DMEMORYCHECK_COMMAND_OPTIONS="-q --track-origins=yes --leak-check=full --num-callers=50 --show-leak-kinds=definite --error-exitcode=1"
 | 
			
		||||
            other_ctest_args: -T memcheck -LE uses-python
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
@@ -91,4 +100,4 @@ jobs:
 | 
			
		||||
          CTEST_OUTPUT_ON_FAILURE: 1
 | 
			
		||||
      working-directory: ${{runner.workspace}}/build
 | 
			
		||||
      # Hardcode 2 cores we know are there
 | 
			
		||||
      run: ctest -C ${{matrix.build_type}} -j 2
 | 
			
		||||
      run: ctest -C ${{matrix.build_type}} -j 2 ${{matrix.other_ctest_args}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user