forked from AUR/linux-vfio
		
	This commit is contained in:
		
							
								
								
									
										13
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -3,20 +3,23 @@ type: docker
 | 
			
		||||
name: default
 | 
			
		||||
 | 
			
		||||
trigger:
 | 
			
		||||
  repo:
 | 
			
		||||
    include:
 | 
			
		||||
    - AUR/linux-vfio
 | 
			
		||||
  event:
 | 
			
		||||
  - push
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
- name: Fetch Upstream
 | 
			
		||||
  image: archlinux:base-devel
 | 
			
		||||
  commands:
 | 
			
		||||
  - pacman -Sy git --noconfirm
 | 
			
		||||
  - git remote add upstream https://git.tau.aperturect.com/AUR/linux-vfio.git
 | 
			
		||||
  - git fetch upstream
 | 
			
		||||
  - git merge upstream/main
 | 
			
		||||
  - git push
 | 
			
		||||
- name: Build linux-vfio
 | 
			
		||||
  image: archlinux:base-devel
 | 
			
		||||
  commands:
 | 
			
		||||
  - pacman -Syu --noconfirm
 | 
			
		||||
  - MAKEFLAGS="-j$(nproc)" makepkg --syncdeps
 | 
			
		||||
  - chmod +x setupbuild.sh
 | 
			
		||||
  - sh setupbuild.sh
 | 
			
		||||
  - gpg --keyserver keys.gnupg.net --recv-keys 3B94A80E50A477C7
 | 
			
		||||
  - su build
 | 
			
		||||
  - MAKEFLAGS="-j$(nproc)" makepkg --syncdeps --noconfirm
 | 
			
		||||
		Reference in New Issue
	
	Block a user