mirror of
				https://github.com/michaelrsweet/pdfio.git
				synced 2025-10-31 02:15:48 +01:00 
			
		
		
		
	Install cppcheck
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -16,7 +16,7 @@ jobs: | |||||||
|     - name: update build environment |     - name: update build environment | ||||||
|       run: sudo apt-get update --fix-missing -y |       run: sudo apt-get update --fix-missing -y | ||||||
|     - name: install prerequisites |     - name: install prerequisites | ||||||
|       run: sudo apt-get install -y zlib1g-dev |       run: sudo apt-get install -y cppcheck zlib1g-dev | ||||||
|     - name: make |     - name: make | ||||||
|       run: make "COMMONFLAGS=-g -fsanitize=address" |       run: make "COMMONFLAGS=-g -fsanitize=address" | ||||||
|     - name: test |     - name: test | ||||||
| @@ -34,6 +34,8 @@ jobs: | |||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v2 |     - uses: actions/checkout@v2 | ||||||
|  |     - name: install prerequisites | ||||||
|  |       run: brew install cppcheck | ||||||
|     - name: make |     - name: make | ||||||
|       run: make "COMMONFLAGS=-g -fsanitize=address" |       run: make "COMMONFLAGS=-g -fsanitize=address" | ||||||
|     - name: test |     - name: test | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user