mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	.
This commit is contained in:
		| @@ -150,14 +150,14 @@ SET( JSON_FILES | ||||
| #	MESSAGE (FATAL_ERROR "check of json files failed" ) | ||||
| #ENDIF () | ||||
|  | ||||
| EXECUTE_PROCESS ( | ||||
| 	COMMAND python test/jsonchecks/checkeffects.py effects effects/schema | ||||
| 	WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} | ||||
| 	RESULT_VARIABLE CHECK_EFFECTS_FAILED | ||||
| ) | ||||
| IF ( ${CHECK_EFFECTS_FAILED} ) | ||||
| 	MESSAGE (FATAL_ERROR "check of json effect files failed" ) | ||||
| ENDIF () | ||||
| #EXECUTE_PROCESS ( | ||||
| #	COMMAND python test/jsonchecks/checkeffects.py effects effects/schema | ||||
| #	WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} | ||||
| #	RESULT_VARIABLE CHECK_EFFECTS_FAILED | ||||
| #) | ||||
| #IF ( ${CHECK_EFFECTS_FAILED} ) | ||||
| #	MESSAGE (FATAL_ERROR "check of json effect files failed" ) | ||||
| #ENDIF () | ||||
|  | ||||
| EXECUTE_PROCESS ( | ||||
| 	COMMAND python test/jsonchecks/checkschema.py config/hyperion.config.json.default libsrc/hyperion/schemas/hyperion.schema-${CURRENT_CONFIG_VERSION}.json | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
| 	"name" : "Rainbow swirl fast", | ||||
| 	"script" : "rainbow-swirl.py", | ||||
| 	"script" : "swirl.py", | ||||
| 	"args" : | ||||
| 	{ | ||||
| 		"rotation-time" : 7.0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user