mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	[gha] update freebsd action
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
		
							parent
							
								
									edc0162163
								
							
						
					
					
						commit
						742032907a
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		
							
								
								
									
										5
									
								
								.github/workflows/build-freebsd.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build-freebsd.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -4,15 +4,16 @@ on: [push, pull_request]
 | 
			
		|||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    runs-on: macos-latest
 | 
			
		||||
    runs-on: macos-10.15
 | 
			
		||||
    name: with UPnP
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
    - name: Test in FreeBSD
 | 
			
		||||
      id: test
 | 
			
		||||
      uses: vmactions/freebsd-vm@v0.1.4
 | 
			
		||||
      uses: vmactions/freebsd-vm@v0.1.5
 | 
			
		||||
      with:
 | 
			
		||||
        usesh: true
 | 
			
		||||
        mem: 2048
 | 
			
		||||
        prepare: pkg install -y devel/cmake devel/gmake devel/boost-libs security/openssl net/miniupnpc 
 | 
			
		||||
        run: |
 | 
			
		||||
          cd build
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue