mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Format appveyor.yml
This commit is contained in:
		
							
								
								
									
										14
									
								
								appveyor.yml
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								appveyor.yml
									
									
									
									
									
								
							| @@ -26,12 +26,12 @@ environment: | |||||||
|       MINGW64: x86_64-8.1.0-posix-seh-rt_v6-rev0 # MinGW-w64 8.1.0 x86_64 |       MINGW64: x86_64-8.1.0-posix-seh-rt_v6-rev0 # MinGW-w64 8.1.0 x86_64 | ||||||
| configuration: Debug | configuration: Debug | ||||||
| before_build: | before_build: | ||||||
| - set PATH=%PATH:C:\Program Files\Git\usr\bin;=% # Workaround for CMake not wanting sh.exe on PATH for MinGW |   - set PATH=%PATH:C:\Program Files\Git\usr\bin;=% # Workaround for CMake not wanting sh.exe on PATH for MinGW | ||||||
| - if defined MINGW set PATH=C:\%MINGW%\bin;%PATH% |   - if defined MINGW set PATH=C:\%MINGW%\bin;%PATH% | ||||||
| - if defined MINGW32 set PATH=C:\mingw-w64\%MINGW32%\mingw32\bin;%PATH% |   - if defined MINGW32 set PATH=C:\mingw-w64\%MINGW32%\mingw32\bin;%PATH% | ||||||
| - if defined MINGW64 set PATH=C:\mingw-w64\%MINGW64%\mingw64\bin;%PATH% |   - if defined MINGW64 set PATH=C:\mingw-w64\%MINGW64%\mingw64\bin;%PATH% | ||||||
| - cmake -DCMAKE_BUILD_TYPE=%CONFIGURATION% -G "%CMAKE_GENERATOR%" . |   - cmake -DCMAKE_BUILD_TYPE=%CONFIGURATION% -G "%CMAKE_GENERATOR%" . | ||||||
| build_script: | build_script: | ||||||
| - cmake --build . --config %CONFIGURATION% |   - cmake --build . --config %CONFIGURATION% | ||||||
| test_script: | test_script: | ||||||
| - ctest -C %CONFIGURATION% --output-on-failure . |   - ctest -C %CONFIGURATION% --output-on-failure . | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user