|  | @@ -33,9 +33,7 @@ before_script:
 | 
											
												
													
														|  |    # Check some settings of the build server
 |  |    # Check some settings of the build server
 | 
											
												
													
														|  |    - uname -a
 |  |    - uname -a
 | 
											
												
													
														|  |    - pwd
 |  |    - pwd
 | 
											
												
													
														|  | -  - if [[ "${BUILD_TYPE}" == "OSX_OPENSSL_1_1" ]]; then
 |  | 
 | 
											
												
													
														|  | -	 brew install openssl@1.1
 |  | 
 | 
											
												
													
														|  | -    fi
 |  | 
 | 
											
												
													
														|  | 
 |  | +  - if [[ "${BUILD_TYPE}" == "OSX_OPENSSL_1_1" ]]; then brew install openssl@1.1 ;fi
 | 
											
												
													
														|  |    # Generate the build scripts with CMake
 |  |    # Generate the build scripts with CMake
 | 
											
												
													
														|  |    - mkdir output
 |  |    - mkdir output
 | 
											
												
													
														|  |    - gcc test/cgi_test.c -o output/cgi_test.cgi
 |  |    - gcc test/cgi_test.c -o output/cgi_test.cgi
 |