| 
														
															@@ -8,12 +8,10 @@ environment: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   matrix: 
														 | 
														
														 | 
														
															   matrix: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   - target: i686-w64-mingw32 
														 | 
														
														 | 
														
															   - target: i686-w64-mingw32 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     compiler_path: mingw32 
														 | 
														
														 | 
														
															     compiler_path: mingw32 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    openssl_path: /c/OpenSSL-Win32 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     mingw_prefix: mingw-w64-i686 
														 | 
														
														 | 
														
															     mingw_prefix: mingw-w64-i686 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     hardening: 
														 | 
														
														 | 
														
															     hardening: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   - target: x86_64-w64-mingw32 
														 | 
														
														 | 
														
															   - target: x86_64-w64-mingw32 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     compiler_path: mingw64 
														 | 
														
														 | 
														
															     compiler_path: mingw64 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    openssl_path: /c/OpenSSL-Win64 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     mingw_prefix: mingw-w64-x86_64 
														 | 
														
														 | 
														
															     mingw_prefix: mingw-w64-x86_64 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     hardening: --disable-gcc-hardening 
														 | 
														
														 | 
														
															     hardening: --disable-gcc-hardening 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -45,7 +43,7 @@ build_script: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             Set-Location "${env:build}" 
														 | 
														
														 | 
														
															             Set-Location "${env:build}" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             Execute-Bash "which ${env:target}-gcc" 
														 | 
														
														 | 
														
															             Execute-Bash "which ${env:target}-gcc" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             Execute-Bash "${env:target}-gcc --version" 
														 | 
														
														 | 
														
															             Execute-Bash "${env:target}-gcc --version" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            Execute-Bash "../configure --prefix=/${env:compiler_path} --build=${env:target} --host=${env:target} --disable-asciidoc --enable-fatal-warnings --with-openssl-dir=${env:openssl_path} ${env:hardening}" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            Execute-Bash "../configure --prefix=/${env:compiler_path} --build=${env:target} --host=${env:target} --disable-asciidoc --enable-fatal-warnings ${env:hardening}" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             Execute-Bash "V=1 make -j2" 
														 | 
														
														 | 
														
															             Execute-Bash "V=1 make -j2" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             Execute-Bash "V=1 make -j2 install" 
														 | 
														
														 | 
														
															             Execute-Bash "V=1 make -j2 install" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															      } 
														 | 
														
														 | 
														
															      } 
														 |