Skip to content

Commit

Permalink
Ensure the Windows CI Pipeline fails if dependencies are not installed (
Browse files Browse the repository at this point in the history
#2681)

Ensure the Windows CI Pipeline fails if dependencies are not installed
  • Loading branch information
taketwo authored and SergioRAgostinho committed Dec 4, 2018
1 parent 4d66dcb commit 3d16372
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ jobs:
%VCPKG_DIR%\vcpkg.exe version
displayName: 'Bootstrap vcpkg'
- script: |
%VCPKG_DIR%\vcpkg.exe install boost-system boost-filesystem boost-thread boost-date-time boost-iostreams boost-chrono boost-asio boost-dynamic-bitset boost-foreach boost-graph boost-interprocess boost-multi-array boost-ptr-container boost-random boost-signals2 eigen3 flann gtest qhull --triplet %PLATFORM%-windows
%VCPKG_DIR%\vcpkg.exe list
%VCPKG_DIR%\vcpkg.exe install boost-system boost-filesystem boost-thread boost-date-time boost-iostreams boost-chrono boost-asio boost-dynamic-bitset boost-foreach boost-graph boost-interprocess boost-multi-array boost-ptr-container boost-random boost-signals2 eigen3 flann gtest qhull --triplet %PLATFORM%-windows && %VCPKG_DIR%\vcpkg.exe list
displayName: 'Install Dependencies'
- script: |
rmdir %VCPKG_DIR%\downloads /S /Q
Expand Down

0 comments on commit 3d16372

Please sign in to comment.