We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bde56f + 80b457a commit 732ebf7Copy full SHA for 732ebf7
1 file changed
pipelines/build.yml
@@ -22,8 +22,11 @@ steps:
22
echo "##vso[task.setvariable variable=CC]gcc-10"
23
echo "##vso[task.setvariable variable=CXX]g++-10"
24
echo "Sysroot path set to: $SYSROOT_PATH"
25
+ elif [ "$(uname)" = "Darwin" ]; then
26
+ echo "##vso[task.setvariable variable=CC]clang"
27
+ echo "##vso[task.setvariable variable=CXX]clang++"
28
fi
- displayName: 'Install sysroot (Linux only)'
29
+ displayName: 'Configure compiler'
30
31
- script: npm ci
32
displayName: 'Install dependencies'
0 commit comments