We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2e7db commit 3cf0e2aCopy full SHA for 3cf0e2a
DirectProgramming/Fortran/CombinationalLogic/openmp-primes/sample.json
@@ -6,10 +6,10 @@
6
"toolchain": [ "ifx" ],
7
"languages": [ { "fortran": {} } ],
8
"targetDevice": [ "CPU" ],
9
- "os": [ "darwin" ],
+ "os": [ "linux", "windows" ],
10
"builder": [ "make" ],
11
"ciTests":{
12
- "darwin": [
+ "linux": [
13
{
14
"id": "ifx_release_cpu",
15
"steps": [
@@ -18,15 +18,16 @@
18
"make clean"
19
]
20
},
21
- {
+ {
22
"id": "ifx_debug_cpu",
23
24
"make debug",
25
"make debug_run",
26
27
28
}
29
- ]
+ ],
30
+ "windows": []
31
32
"expertise": "Concepts and Functionality"
33
0 commit comments