We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6844f02 commit 6035298Copy full SHA for 6035298
azure-pipelines.yml
@@ -9,6 +9,7 @@ jobs:
9
steps:
10
- script: |
11
mkdir build & cd build
12
- cmake -A "x64" ..
13
- cmake --build . --target ALL_BUILD --config Release --
+ cmake -A x64 ..
+ call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
14
+ cmake --build . -- /p:Configuration=Release
15
displayName: 'build QPanda on Windows vm'
0 commit comments