mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
.
This commit is contained in:
parent
dbf99410ef
commit
ecc9624a0b
@ -150,14 +150,14 @@ SET( JSON_FILES
|
|||||||
# MESSAGE (FATAL_ERROR "check of json files failed" )
|
# MESSAGE (FATAL_ERROR "check of json files failed" )
|
||||||
#ENDIF ()
|
#ENDIF ()
|
||||||
|
|
||||||
EXECUTE_PROCESS (
|
#EXECUTE_PROCESS (
|
||||||
COMMAND python test/jsonchecks/checkeffects.py effects effects/schema
|
# COMMAND python test/jsonchecks/checkeffects.py effects effects/schema
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
# WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||||
RESULT_VARIABLE CHECK_EFFECTS_FAILED
|
# RESULT_VARIABLE CHECK_EFFECTS_FAILED
|
||||||
)
|
#)
|
||||||
IF ( ${CHECK_EFFECTS_FAILED} )
|
#IF ( ${CHECK_EFFECTS_FAILED} )
|
||||||
MESSAGE (FATAL_ERROR "check of json effect files failed" )
|
# MESSAGE (FATAL_ERROR "check of json effect files failed" )
|
||||||
ENDIF ()
|
#ENDIF ()
|
||||||
|
|
||||||
EXECUTE_PROCESS (
|
EXECUTE_PROCESS (
|
||||||
COMMAND python test/jsonchecks/checkschema.py config/hyperion.config.json.default libsrc/hyperion/schemas/hyperion.schema-${CURRENT_CONFIG_VERSION}.json
|
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",
|
"name" : "Rainbow swirl fast",
|
||||||
"script" : "rainbow-swirl.py",
|
"script" : "swirl.py",
|
||||||
"args" :
|
"args" :
|
||||||
{
|
{
|
||||||
"rotation-time" : 7.0,
|
"rotation-time" : 7.0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user