Skip to content

Commit ce77f3c

Browse files
author
Ron Green
committed
Edited json files to add CI stanzas
1 parent 92d4742 commit ce77f3c

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

DirectProgramming/Fortran/openmp_samples/sample.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,24 @@
77
"targetDevice": [ "CPU" ],
88
"os": [ "darwin" ],
99
"builder": [ "make" ]
10+
"ciTests":{
11+
"darwin": [
12+
{
13+
"id": "fort_release_cpu"
14+
"steps": [
15+
"make release",
16+
"make run",
17+
"make clean"
18+
]
19+
},
20+
{
21+
"id": "fort_debug_cpu"
22+
"steps": [
23+
"make debug",
24+
"make debug_run",
25+
"make clean"
26+
]
27+
}
28+
]
29+
}
1030
}

DirectProgramming/Fortran/optimize_samples/sample.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@
77
"targetDevice": [ "CPU" ],
88
"os": [ "darwin" ],
99
"builder": [ "make" ]
10+
"ciTests":{
11+
"darwin": [
12+
{
13+
"id": "fort_optsample_cpu"
14+
"steps": [
15+
"make",
16+
"make run",
17+
"make clean"
18+
]
19+
}
20+
]
21+
}
1022
}

DirectProgramming/Fortran/vec_samples/sample.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@
77
"targetDevice": [ "CPU" ],
88
"os": [ "darwin" ],
99
"builder": [ "make" ]
10+
"ciTests":{
11+
"darwin": [
12+
{
13+
"id": "fort_vecsample_cpu"
14+
"steps": [
15+
"make",
16+
"make run",
17+
"make clean"
18+
]
19+
}
20+
]
21+
}
1022
}

0 commit comments

Comments
 (0)