File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 name : " LEVEL_ZERO"
2323 shared_lib : " ['ON']"
24- CUDA :
25- uses : ./.github/workflows/reusable_gpu.yml
26- with :
27- name : " CUDA"
28- shared_lib : " ['ON']"
Original file line number Diff line number Diff line change 1212 os :
1313 description : A list of OSes
1414 type : string
15- default : " ['Ubuntu', 'Windows' ]"
15+ default : " ['Ubuntu']"
1616 build_type :
1717 description : A list of build types
1818 type : string
4949 - os : ' Ubuntu'
5050 compiler : {c: gcc, cxx: g++}
5151 number_of_processors : ' $(nproc)'
52- - os : ' Windows'
53- compiler : {c: cl, cxx: cl}
54- number_of_processors : ' $Env:NUMBER_OF_PROCESSORS'
5552
5653 runs-on : ["DSS-${{inputs.name}}", "DSS-${{matrix.os}}"]
5754 steps :
@@ -105,7 +102,7 @@ jobs:
105102
106103 - name : Run tests
107104 working-directory : ${{env.BUILD_DIR}}
108- run : ctest -C ${{matrix.build_type}} --output-on-failure --test-dir test
105+ run : ctest -C ${{matrix.build_type}} -V -R alone
109106
110107 - name : Run examples
111108 working-directory : ${{env.BUILD_DIR}}
You can’t perform that action at this time.
0 commit comments