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