Build testing setup

This commit is contained in:
PentagonLP
2021-05-31 16:43:54 +02:00
parent 53318204b2
commit ae7c31127c
4 changed files with 47 additions and 1 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
{
packages = {
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"
}