mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Merge pull request 'Drone: optimize builds' (#202) from tobtoht/feather:drone_optimize_builds into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/202
This commit is contained in:
		
						commit
						55bb304dc2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -16,7 +16,7 @@ steps:
 | 
				
			||||||
    - git config --global url."http://gitea:3000/".insteadOf https://github.com/
 | 
					    - git config --global url."http://gitea:3000/".insteadOf https://github.com/
 | 
				
			||||||
    - git config --global url."http://gitea:3000/".insteadOf https://git.wownero.com/
 | 
					    - git config --global url."http://gitea:3000/".insteadOf https://git.wownero.com/
 | 
				
			||||||
    - git submodule update --init monero
 | 
					    - git submodule update --init monero
 | 
				
			||||||
    - git submodule update --init --recursive monero
 | 
					    - git submodule update --init --depth 1 --recursive monero
 | 
				
			||||||
    - TOR_BIN="/usr/local/tor/bin/tor" make -j8 release-static
 | 
					    - TOR_BIN="/usr/local/tor/bin/tor" make -j8 release-static
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      OPENSSL_ROOT_DIR: /usr/local/openssl/
 | 
					      OPENSSL_ROOT_DIR: /usr/local/openssl/
 | 
				
			||||||
| 
						 | 
					@ -97,7 +97,7 @@ steps:
 | 
				
			||||||
    - git config --global url."http://gitea:3000/".insteadOf https://github.com/
 | 
					    - git config --global url."http://gitea:3000/".insteadOf https://github.com/
 | 
				
			||||||
    - git config --global url."http://gitea:3000/".insteadOf https://git.wownero.com/
 | 
					    - git config --global url."http://gitea:3000/".insteadOf https://git.wownero.com/
 | 
				
			||||||
    - git submodule update --init monero
 | 
					    - git submodule update --init monero
 | 
				
			||||||
    - git submodule update --init --recursive monero
 | 
					    - git submodule update --init --depth 1 --recursive monero
 | 
				
			||||||
    - PATH="/mxe/usr/bin/:$PATH" TOR_BIN="/mxe/usr/x86_64-w64-mingw32.static/bin/tor.exe" make -j8 windows-mxe-release
 | 
					    - PATH="/mxe/usr/bin/:$PATH" TOR_BIN="/mxe/usr/x86_64-w64-mingw32.static/bin/tor.exe" make -j8 windows-mxe-release
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      CMAKEFLAGS_EXTRA: -DFETCH_DEPS=Off
 | 
					      CMAKEFLAGS_EXTRA: -DFETCH_DEPS=Off
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue