Use clang and GCC simultaneously
This commit is contained in:
		
							parent
							
								
									3c28432044
								
							
						
					
					
						commit
						91adaa0da9
					
				| @ -22,10 +22,13 @@ jobs: | |||||||
|       - image: bebehei/dunst:<<parameters.distro>>-dev |       - image: bebehei/dunst:<<parameters.distro>>-dev | ||||||
|     steps: |     steps: | ||||||
|       - checkout |       - checkout | ||||||
|       - run: make -j all dunstify |       - run: make CC=clang -j all dunstify test/test | ||||||
|       - run: make -j test-valgrind |       - run: make CC=clang -j test-valgrind | ||||||
|       - run: make    clean |       - run: make             clean | ||||||
|       - run: make -j test-coverage |       - run: make CC=gcc   -j all dunstify test/test | ||||||
|  |       - run: make CC=gcc   -j test-valgrind | ||||||
|  |       - run: make             clean | ||||||
|  |       - run: make          -j test-coverage | ||||||
| 
 | 
 | ||||||
| workflows: | workflows: | ||||||
|   version: 2 |   version: 2 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Benedikt Heine
						Benedikt Heine