mirror of
				https://github.com/XRPLF/rippled.git
				synced 2025-11-04 11:15:56 +00:00 
			
		
		
		
	This change refactors the CI workflows to leverage the new CI Docker images for Debian, Red Hat, and Ubuntu.
		
			
				
	
	
		
			27 lines
		
	
	
		
			378 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			378 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "architecture": [
 | 
						|
    {
 | 
						|
      "platform": "windows/amd64",
 | 
						|
      "runner": [
 | 
						|
        "windows-latest"
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "os": [
 | 
						|
    {
 | 
						|
      "distro_name": "windows",
 | 
						|
      "distro_version": "",
 | 
						|
      "compiler_name": "",
 | 
						|
      "compiler_version": ""
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "build_type": [
 | 
						|
    "Debug",
 | 
						|
    "Release"
 | 
						|
  ],
 | 
						|
  "cmake_args": [
 | 
						|
    "-Dunity=OFF",
 | 
						|
    "-Dunity=ON"
 | 
						|
  ]
 | 
						|
}
 |