Skip to content

Commit

Permalink
[SYCL][CI] Add sycl-ls log to Windows E2E testing logs (intel#10152)
Browse files Browse the repository at this point in the history
  • Loading branch information
dm-vodopyanov authored Jul 11, 2023
1 parent aff7fbb commit d7dc7a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devops/actions/e2e-tests-win/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ runs:
mkdir build-e2e
set PATH=%GITHUB_WORKSPACE%\install\bin;%PATH%
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 }}
echo "::group::sycl-ls --verbose"
sycl-ls --verbose
echo "::endgroup::
- name: Run testing
shell: bash
run: |
Expand Down

0 comments on commit d7dc7a4

Please sign in to comment.