Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Sep 27, 2024
1 parent 80fc0ba commit 98b1ae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ jobs:
variables:
release.dir: '__release_win_vc'
platform.type : 'win32e'
MKL_FPK_GPU_VERSION_LINE : 2024.0.0
pool:
vmImage: 'windows-2022'
steps:
Expand All @@ -677,13 +678,14 @@ jobs:
displayName: 'pacman'
- script: |
call .\oneapi\setvars.bat --force
set MKL_FPK_GPU_VERSION_LINE=2024.0.0
bash .ci/scripts/describe_system.sh
displayName: 'System info'
- script: |
call .\oneapi\setvars.bat --force
.\.ci\scripts\build.bat daal vc avx2
displayName: 'make daal'
- script: |
call .\oneapi\setvars.bat --force
.\.ci\scripts\build.bat onedal_c vc avx2
displayName: 'make onedal_c'
- task: PublishPipelineArtifact@1
Expand Down

0 comments on commit 98b1ae5

Please sign in to comment.