[*] enhance testmod metadata
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-02-23 17:49:07 +01:00
parent b5d3e5594b
commit 0a20b8eb74
Signed by: Johannes
GPG Key ID: E76429612C2929F4
9 changed files with 45 additions and 2 deletions

View File

@ -1,6 +1,12 @@
{
"schemaVersion": 1,
"id": "libjf-base-testmod",
"name": "LibJF Base",
"version": "1.0",
"environment": "*"
"environment": "*",
"custom": {
"modmenu": {
"parent": "libjf-testmod"
}
}
}

View File

@ -1,6 +1,7 @@
{
"schemaVersion": 1,
"id": "libjf-config-v1-testmod",
"name": "LibJF Config",
"version": "1.0",
"environment": "*",
"entrypoints": {
@ -13,6 +14,9 @@
"config": {
"referencedConfigs": ["libjf-web-v0"]
}
},
"modmenu": {
"parent": "libjf-testmod"
}
}
}

View File

@ -1,11 +1,17 @@
{
"schemaVersion": 1,
"id": "libjf-config-reflect-v1-testmod",
"name": "LibJF Config Reflect",
"version": "1.0",
"environment": "*",
"entrypoints": {
"libjf:config": [
"io.gitlab.jfronny.libjf.config.test.reflect.TestConfig"
]
},
"custom": {
"modmenu": {
"parent": "libjf-testmod"
}
}
}

View File

@ -1,11 +1,17 @@
{
"schemaVersion": 1,
"id": "libjf-data-manipulation-v0-testmod",
"name": "LibJF Data Manipulation",
"version": "1.0",
"environment": "*",
"entrypoints": {
"main": [
"io.gitlab.jfronny.libjf.data.manipulation.test.TestEntrypoint"
]
},
"custom": {
"modmenu": {
"parent": "libjf-testmod"
}
}
}

View File

@ -1,6 +1,12 @@
{
"schemaVersion": 1,
"id": "libjf-data-v0-testmod",
"name": "LibJF Data",
"version": "1.0",
"environment": "*"
"environment": "*",
"custom": {
"modmenu": {
"parent": "libjf-testmod"
}
}
}

View File

@ -1,11 +1,17 @@
{
"schemaVersion": 1,
"id": "libjf-translate-v0-testmod",
"name": "LibJF Translate",
"version": "1.0",
"environment": "*",
"entrypoints": {
"main": [
"io.gitlab.jfronny.libjf.translate.test.TestEntrypoint"
]
},
"custom": {
"modmenu": {
"parent": "libjf-testmod"
}
}
}

View File

@ -1,6 +1,7 @@
{
"schemaVersion": 1,
"id": "libjf-unsafe-v0-testmod",
"name": "LibJF Unsafe",
"version": "1.0",
"environment": "*",
"entrypoints": {
@ -15,6 +16,9 @@
"libjf": {
"asm.export": true,
"asm.log": true
},
"modmenu": {
"parent": "libjf-testmod"
}
}
}

View File

@ -1,6 +1,7 @@
{
"schemaVersion": 1,
"id": "libjf-web-v0-testmod",
"name": "LibJF Web",
"version": "1.0",
"environment": "*",
"entrypoints": {
@ -9,6 +10,9 @@
"custom": {
"libjf": {
"web": true
},
"modmenu": {
"parent": "libjf-testmod"
}
}
}

View File

@ -1,6 +1,7 @@
{
"schemaVersion": 1,
"id": "libjf-testmod",
"name": "LibJF Testmods",
"version": "1.0",
"environment": "*"
}