mirror of
				https://github.com/OpenVoiceOS/OpenVoiceOS
				synced 2025-06-05 22:19:21 +02:00 
			
		
		
		
	Merge branch 'develop' of https://github.com/OpenVoiceOS/OpenVoiceOS into feature/zram
This commit is contained in:
		
							
								
								
									
										33
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,33 @@ | ||||
| pipeline { | ||||
|     agent any  | ||||
|  | ||||
|     stages { | ||||
|         stage('Fetch Assets') { | ||||
|             agent any  | ||||
|             steps { | ||||
|                 echo 'Fetching Assets' | ||||
| 		sh "git submodule update --init --recursive" | ||||
| 		sh "git submodule update --remote --merge" | ||||
|             } | ||||
|         } | ||||
|         stage('Patch Assets') { | ||||
|             agent any | ||||
|             steps { | ||||
|                 sh "./scripts/br-patches.sh" | ||||
|             } | ||||
|         } | ||||
| 	stage('Build Assets') { | ||||
| 	    agent any | ||||
| 	    steps { | ||||
| 		sh "make clean" | ||||
| 		sh "make rpi4_64-gui" | ||||
| 	    } | ||||
| 	} | ||||
| 	stage('Deploy Image'){ | ||||
| 	    agent any | ||||
| 	    steps { | ||||
| 		echo "To Be Implemented" | ||||
| 	    } | ||||
| 	} | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user