mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			129 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			129 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh -ex
 | |
| 
 | |
| export CC="$_CC"
 | |
| export CXX="$_CXX"
 | |
| 
 | |
| cmake -DCMAKE_BUILD_TYPE=Debug .
 | |
| cmake --build .
 | |
| ctest --output-on-failure .
 |