forked from Elara6331/pcre
		
	Add woodpecker config
This commit is contained in:
		
							
								
								
									
										13
									
								
								.woodpecker.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.woodpecker.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
matrix:
 | 
			
		||||
  platform:
 | 
			
		||||
    - linux/amd64
 | 
			
		||||
    - linux/arm64
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
  test:
 | 
			
		||||
    image: golang:latest
 | 
			
		||||
    commands:
 | 
			
		||||
      - go test
 | 
			
		||||
      - go build
 | 
			
		||||
    when:
 | 
			
		||||
      - event: push
 | 
			
		||||
		Reference in New Issue
	
	Block a user