Skip to content

Commit 7256763

Browse files
committed
add boxlang to matrix
1 parent 6da5e56 commit 7256763

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- coldboxVersion: "be"
2727
cfengine: "lucee@5"
2828
experimental: true
29+
- coldboxVersion: "be"
30+
cfengine: "boxlang@1"
31+
experimental: true
2932
steps:
3033
- name: Checkout Repository
3134
uses: actions/checkout@v3

[email protected]

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"app":{
3+
"cfengine":"boxlang@be",
4+
"serverHomeDirectory":".engine/boxlang"
5+
},
6+
"name":"cbSSO-boxlang@1",
7+
"force":true,
8+
"openBrowser":false,
9+
"web":{
10+
"directoryBrowsing":true,
11+
"http":{
12+
"port":"60299"
13+
},
14+
"rewrites":{
15+
"enable":"true"
16+
},
17+
"webroot":"test-harness",
18+
"aliases":{
19+
"/moduleroot/cbSSO":"./"
20+
}
21+
},
22+
"JVM":{
23+
"heapSize":"1024",
24+
"javaVersion":"openjdk21_jdk",
25+
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999"
26+
},
27+
"cfconfig":{
28+
"file":".cfconfig.json"
29+
},
30+
"env":{
31+
"BOXLANG_DEBUG":true
32+
},
33+
"scripts":{
34+
"onServerInitialInstall":"install bx-mail,bx-mysql,bx-derby,bx-compat-cfml@be,bx-unsafe-evaluate,bx-esapi --noSave"
35+
}
36+
}

0 commit comments

Comments
 (0)