-
Notifications
You must be signed in to change notification settings - Fork 12
/
CITA.json5
34 lines (33 loc) · 913 Bytes
/
CITA.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
defaults: {
secondstimeout: 600,
platforms: ["win","macx86","macarm","pi","linux"],
email: "[email protected]",
dyalogversions: "18-",
},
tests: [
{
id:"all_18",
test:"./Test/RunTests.aplf",
dyalogversions: "18.2",
env:{
DEBUG_LINKQA: "N",
DYALOGLINK: "${THISPATH}",
DYALOGSTARTUPSE: "${THISPATH}StartupSession;${THISPATH}qse/StartupSession",
CITA_APIDEV: 0,
DYALOGSTARTUPKEEPLINK: 0,
}
},
{
id:"all_19",
test:"./Test/RunTests.aplf",
dyalogversions: "19+",
env:{
DEBUG_LINKQA: "N",
DYALOGLINK: "${THISPATH}",
CITA_APIDEV: 0,
DYALOGSTARTUPKEEPLINK: 0,
}
},
]
}