forked from Hello_User/mirror-test
		
	Compare commits
	
		
			13 Commits
		
	
	
		
			main
			...
			dceabd3d36
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| dceabd3d36 | |||
| d90fb7273f | |||
| 7c1a791769 | |||
| 4d717b49a3 | |||
| b6d0ef9b67 | |||
| d85d3b70ba | |||
| b948ea574e | |||
| bb8d654f2a | |||
| 403646a1e5 | |||
| 5384f085d0 | |||
| f6c14657f8 | |||
| 02d2b28523 | |||
| 0134775247 | 
							
								
								
									
										21
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
kind: pipeline
 | 
			
		||||
type: docker
 | 
			
		||||
name: default
 | 
			
		||||
 | 
			
		||||
trigger:
 | 
			
		||||
  event:
 | 
			
		||||
  - push
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
- name: Fetch Upstream
 | 
			
		||||
  image: archlinux:base-devel
 | 
			
		||||
  commands:
 | 
			
		||||
  - git remote add upstream https://git.tau.aperturect.com/Hello_User/mirror-test.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
 | 
			
		||||
@@ -1 +1 @@
 | 
			
		||||
hahahaha
 | 
			
		||||
hahahahaaaaaaaaaa
 | 
			
		||||
		Reference in New Issue
	
	Block a user