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 aff7fbb commit d7dc7a4Copy full SHA for d7dc7a4
devops/actions/e2e-tests-win/action.yml
@@ -35,6 +35,9 @@ runs:
35
mkdir build-e2e
36
set PATH=%GITHUB_WORKSPACE%\install\bin;%PATH%
37
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::
41
- name: Run testing
42
shell: bash
43
run: |
0 commit comments