Skip to content

Commit d7dc7a4

Browse files
[SYCL][CI] Add sycl-ls log to Windows E2E testing logs (#10152)
1 parent aff7fbb commit d7dc7a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devops/actions/e2e-tests-win/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ runs:
3535
mkdir build-e2e
3636
set PATH=%GITHUB_WORKSPACE%\install\bin;%PATH%
3737
cmake -GNinja -B build-e2e -S.\llvm\sycl\test-e2e -DSYCL_TEST_E2E_TARGETS="${{ inputs.targets }}" -DCMAKE_CXX_COMPILER="clang++" -DLEVEL_ZERO_LIBS_DIR="D:\github\level-zero_win-sdk\lib" -DLLVM_LIT="..\llvm\llvm\utils\lit\lit.py" ${{ inputs.cmake_args }}
38+
echo "::group::sycl-ls --verbose"
39+
sycl-ls --verbose
40+
echo "::endgroup::
3841
- name: Run testing
3942
shell: bash
4043
run: |

0 commit comments

Comments
 (0)