Build testing setup
This commit is contained in:
parent
53318204b2
commit
ae7c31127c
@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
packages = {
|
packages = {
|
||||||
ccpt = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/packageinfo.ccpt",
|
ccpt = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/packageinfo.ccpt",
|
||||||
pprint = "https://raw.githubusercontent.com/PentagonLP/properprint/main/packageinfo.ccpt"
|
pprint = "https://raw.githubusercontent.com/PentagonLP/properprint/main/packageinfo.ccpt",
|
||||||
|
tp1 = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testpackage1",
|
||||||
|
tp2 = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testpackage2",
|
||||||
|
tp3 = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testpackage3"
|
||||||
},
|
},
|
||||||
ccptversion = "1.0"
|
ccptversion = "1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
15
testing/testpackage1.ccpt
Normal file
15
testing/testpackage1.ccpt
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
name = "testpackage1",
|
||||||
|
comment = "Emtpy package to test cctp",
|
||||||
|
author = "PentagonLP",
|
||||||
|
website = "https://github.com/PentagonLP/ccpt",
|
||||||
|
newestversion = "1.0",
|
||||||
|
dependencies = {
|
||||||
|
tp2 = "1.0"
|
||||||
|
},
|
||||||
|
install = {
|
||||||
|
url = "https://raw.githubusercontent.com/PentagonLP/properprint/main/properprint",
|
||||||
|
filename = "testpackage1",
|
||||||
|
type = "library",
|
||||||
|
}
|
||||||
|
}
|
||||||
14
testing/testpackage2.ccpt
Normal file
14
testing/testpackage2.ccpt
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
name = "testpackage2",
|
||||||
|
comment = "Emtpy package to test cctp",
|
||||||
|
author = "PentagonLP",
|
||||||
|
website = "https://github.com/PentagonLP/ccpt",
|
||||||
|
newestversion = "1.0",
|
||||||
|
dependencies = {
|
||||||
|
},
|
||||||
|
install = {
|
||||||
|
url = "https://raw.githubusercontent.com/PentagonLP/properprint/main/properprint",
|
||||||
|
filename = "testpackage2",
|
||||||
|
type = "library",
|
||||||
|
}
|
||||||
|
}
|
||||||
14
testing/testpackage3.ccpt
Normal file
14
testing/testpackage3.ccpt
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
name = "testpackage3",
|
||||||
|
comment = "Emtpy package to test cctp",
|
||||||
|
author = "PentagonLP",
|
||||||
|
website = "https://github.com/PentagonLP/ccpt",
|
||||||
|
newestversion = "1.0",
|
||||||
|
dependencies = {
|
||||||
|
},
|
||||||
|
install = {
|
||||||
|
url = "https://raw.githubusercontent.com/PentagonLP/properprint/main/properprint",
|
||||||
|
filename = "testpackage3",
|
||||||
|
type = "library",
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user