diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e5c9bf9e..cca3d45f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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')