mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 04:32:06 +00:00 
			
		
		
		
	testing
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build-and-test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-and-test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -2,9 +2,9 @@ name: CI | ||||
|  | ||||
| on: | ||||
|   push: | ||||
|     branches: [ main ] | ||||
|     branches: [ main, MSVCCompilerFlags ] | ||||
|   pull_request: | ||||
|     branches: [ main ] | ||||
|     branches: [ main, MSVCCompilerFlags ] | ||||
|  | ||||
| jobs: | ||||
|   build-and-test: | ||||
|   | ||||
| @@ -35,7 +35,7 @@ | ||||
|           "value": "x64" | ||||
|         }, | ||||
|         "cacheVariables": { | ||||
|           "COMPILE_OPTIONS": "/permissive- /Zc:inline /wd4267 /utf-8", | ||||
|           "COMPILE_OPTIONS": "/permissive-;/Zc:inline;/wd4267;/utf-8", | ||||
|           "CMAKE_BUILD_TYPE": "RelWithDebInfo" | ||||
|         } | ||||
|       }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jadebenn
					jadebenn