Skip to content

Commit

Permalink
Try to break azure pipelines one
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jan 9, 2025
1 parent b7ad4ea commit 07767b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
# Set the correct paths and includes. Only the env variables set here are
# used, not the ones defined in the .jsonl.
- script: |
set "PATH=C:\Program Files\LLVM\bin;%PATH%"
set "AR=llvm-ar"
set "AS=llvm-as"
set "CC=clang"
set RANLIB=echo
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
clang --version
#set "PATH=C:\Program Files\LLVM\bin;%PATH%"
#set "AR=llvm-ar"
#set "AS=llvm-as"
#set "CC=clang"
#set RANLIB=echo
#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"
condition: eq( variables['Agent.OS'], 'Windows_NT')
Expand Down

0 comments on commit 07767b2

Please sign in to comment.