Skip to content

Commit b550121

Browse files
committed
Update CI steps
Update CI steps for Linux and Windows. Remove Darwin. Signed-off-by: Kristal Dale <[email protected]>
1 parent 3cf0e2a commit b550121

File tree

1 file changed

+16
-1
lines changed
  • DirectProgramming/Fortran/CombinationalLogic/openmp-primes

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,22 @@
2727
]
2828
}
2929
],
30-
"windows": []
30+
"windows": [
31+
{
32+
"id": "ifx_release_cpu",
33+
"steps": [
34+
"build.bat",
35+
"run.bat"
36+
]
37+
},
38+
{
39+
"id": "ifx_debug_cpu",
40+
"steps": [
41+
"build.bat",
42+
"debug_run.bat"
43+
]
44+
}
45+
]
3146
},
3247
"expertise": "Concepts and Functionality"
3348
}

0 commit comments

Comments
 (0)