Skip to content

Commit

Permalink
Generate more windows jsonls
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jan 8, 2025
1 parent 69d3db7 commit d251260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
clang --version
bash -lc "./bin/generate-make-jsonl windows generic --export"
bash -lc "./bin/generate-make-jsonl windows x86_64 --export"
bash -lc "./bin/generate-make-jsonl windows x86_64_no_zen3 --export"
bash -lc "./bin/generate-make-jsonl windows x86_64_no_zen2 --export"
bash -lc "./bin/generate-make-jsonl windows x86_64_no_skx --export"
condition: eq( variables['Agent.OS'], 'Windows_NT')
displayName: 'Generate JSONL (Windows)'
Expand Down

0 comments on commit d251260

Please sign in to comment.