mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	drone: a test for compat with 32 bit (#7707)
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							e503794371
						
					
				
				
					commit
					c1b09c30f0
				
			
							
								
								
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -69,6 +69,16 @@ steps:
 | 
				
			|||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - go build -mod=vendor -o gitea_no_gcc # test if build succeeds without the sqlite tag
 | 
					      - go build -mod=vendor -o gitea_no_gcc # test if build succeeds without the sqlite tag
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - name: build-linux-386
 | 
				
			||||||
 | 
					    pull: always
 | 
				
			||||||
 | 
					    image: golang:1.12
 | 
				
			||||||
 | 
					    environment:
 | 
				
			||||||
 | 
					      GO111MODULE: on
 | 
				
			||||||
 | 
					      GOOS: linux
 | 
				
			||||||
 | 
					      GOARCH: 386
 | 
				
			||||||
 | 
					    commands:
 | 
				
			||||||
 | 
					      - go build -mod=vendor -o gitea_linux_386 # test if compatible with 32 bit
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: build
 | 
					  - name: build
 | 
				
			||||||
    pull: always
 | 
					    pull: always
 | 
				
			||||||
    image: golang:1.12
 | 
					    image: golang:1.12
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user