Skip to content

Commit

Permalink
fixes for win
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Sep 2, 2024
1 parent b314d18 commit 9b48109
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ jobs:
- script: |
call "C:\temp\oneapi\setvars.bat"
set MKL_FPK_GPU_VERSION_LINE=2024.0.0
.\.ci\scripts\build.bat daal vc avx2
call .\.ci\scripts\build.bat daal vc avx2
displayName: 'make daal'
- script: |
call "C:\temp\oneapi\setvars.bat"
set MKL_FPK_GPU_VERSION_LINE=2024.0.0
.\.ci\scripts\build.bat onedal_c vc avx2
call .\.ci\scripts\build.bat onedal_c vc avx2
displayName: 'make onedal_c'
- task: PublishPipelineArtifact@1
inputs:
Expand All @@ -99,12 +99,12 @@ jobs:
displayName: 'Upload build artifacts'
continueOnError: true
- script: |
.\.ci\scripts\test.bat daal\cpp lib msvs cmake
.\.ci\scripts\test.bat daal\cpp dll msvs cmake
call .\.ci\scripts\test.bat daal\cpp lib msvs cmake
call .\.ci\scripts\test.bat daal\cpp dll msvs cmake
displayName: 'daal/cpp examples'
- script: |
.\.ci\scripts\test.bat oneapi\cpp lib msvs cmake
.\.ci\scripts\test.bat oneapi\cpp dll msvs cmake
call .\.ci\scripts\test.bat oneapi\cpp lib msvs cmake
call .\.ci\scripts\test.bat oneapi\cpp dll msvs cmake
displayName: 'oneapi/cpp examples'
- script: |
set PATH=C:\msys64\usr\bin;%PATH%
Expand Down

0 comments on commit 9b48109

Please sign in to comment.