mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Build VyOS amd64/i386 Vyatta packages as well as EdgeRouter packages
This commit is contained in:
		
							parent
							
								
									2a76163c7e
								
							
						
					
					
						commit
						606d9ac97b
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -68,13 +68,15 @@ jobs:
 | 
				
			||||||
              find ~/rpmbuild/SRPMS/ -name '*.rpm' -exec mv {} /tmp/upload \;
 | 
					              find ~/rpmbuild/SRPMS/ -name '*.rpm' -exec mv {} /tmp/upload \;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - run:
 | 
					      - run:
 | 
				
			||||||
          name: Build for EdgeRouter
 | 
					          name: Build for EdgeRouter and VyOS
 | 
				
			||||||
          command: |
 | 
					          command: |
 | 
				
			||||||
              rm -f {yggdrasil,yggdrasilctl}
 | 
					              rm -f {yggdrasil,yggdrasilctl}
 | 
				
			||||||
              git clone https://github.com/neilalexander/vyatta-yggdrasil /tmp/vyatta-yggdrasil;
 | 
					              git clone https://github.com/neilalexander/vyatta-yggdrasil /tmp/vyatta-yggdrasil;
 | 
				
			||||||
              cd /tmp/vyatta-yggdrasil;
 | 
					              cd /tmp/vyatta-yggdrasil;
 | 
				
			||||||
              BUILDDIR_YGG=$CIRCLE_WORKING_DIRECTORY ./build-edgerouter-x $CIRCLE_BRANCH;
 | 
					              BUILDDIR_YGG=$CIRCLE_WORKING_DIRECTORY ./build-edgerouter-x $CIRCLE_BRANCH;
 | 
				
			||||||
              BUILDDIR_YGG=$CIRCLE_WORKING_DIRECTORY ./build-edgerouter-lite $CIRCLE_BRANCH;
 | 
					              BUILDDIR_YGG=$CIRCLE_WORKING_DIRECTORY ./build-edgerouter-lite $CIRCLE_BRANCH;
 | 
				
			||||||
 | 
					              BUILDDIR_YGG=$CIRCLE_WORKING_DIRECTORY ./build-vyos-i386 $CIRCLE_BRANCH
 | 
				
			||||||
 | 
					              BUILDDIR_YGG=$CIRCLE_WORKING_DIRECTORY ./build-vyos-amd64 $CIRCLE_BRANCH
 | 
				
			||||||
              mv *.deb /tmp/upload;
 | 
					              mv *.deb /tmp/upload;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - persist_to_workspace:
 | 
					      - persist_to_workspace:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue