mirror of
				https://github.com/NotAShelf/dummy-serial.git
				synced 2025-10-31 19:22:39 +00:00 
			
		
		
		
	CI: make build CI
This commit is contained in:
		
					parent
					
						
							
								889b110eaa
							
						
					
				
			
			
				commit
				
					
						5cff09f6fd
					
				
			
		
					 1 changed files with 19 additions and 0 deletions
				
			
		
							
								
								
									
										19
									
								
								.github/workflows/makefile.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								.github/workflows/makefile.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,19 @@ | |||
| name: Makefile CI | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     branches: [ "main" ] | ||||
|   pull_request: | ||||
|     branches: [ "main" ] | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
| 
 | ||||
|     runs-on: ubuntu-latest | ||||
| 
 | ||||
|     steps: | ||||
|     - name: Checkout | ||||
|       uses: actions/checkout@v4 | ||||
| 
 | ||||
|     - name: Build with make | ||||
|       run: make all | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 GitHub
					GitHub