Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yekongxiaogang authored Feb 8, 2022
1 parent d7e6fed commit 69c18d7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,3 @@ jobs:
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
cmake --build . -- /p:Configuration=Release
displayName: 'build QPanda on Windows vm'

#- job: Macos
# pool:
# vmImage: 'macOS-10.14'
# steps:
# - script:
# # pwd
# # gcc -v
# # cmake -version
3 # python -V
# mkdir build
# cd build
# cmake ..
# make
# displayName: 'make QPanda2 available on mac os vm'

0 comments on commit 69c18d7

Please sign in to comment.