Skip to content

Commit 3cf0e2a

Browse files
committed
Update samples.json build steps
Signed-off-by: Kristal Dale <[email protected]>
1 parent 3b2e7db commit 3cf0e2a

File tree

1 file changed

+5
-4
lines changed
  • DirectProgramming/Fortran/CombinationalLogic/openmp-primes

1 file changed

+5
-4
lines changed

DirectProgramming/Fortran/CombinationalLogic/openmp-primes/sample.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"toolchain": [ "ifx" ],
77
"languages": [ { "fortran": {} } ],
88
"targetDevice": [ "CPU" ],
9-
"os": [ "darwin" ],
9+
"os": [ "linux", "windows" ],
1010
"builder": [ "make" ],
1111
"ciTests":{
12-
"darwin": [
12+
"linux": [
1313
{
1414
"id": "ifx_release_cpu",
1515
"steps": [
@@ -18,15 +18,16 @@
1818
"make clean"
1919
]
2020
},
21-
{
21+
{
2222
"id": "ifx_debug_cpu",
2323
"steps": [
2424
"make debug",
2525
"make debug_run",
2626
"make clean"
2727
]
2828
}
29-
]
29+
],
30+
"windows": []
3031
},
3132
"expertise": "Concepts and Functionality"
3233
}

0 commit comments

Comments
 (0)