Skip to content

Commit

Permalink
Add a step that prints environment variables
Browse files Browse the repository at this point in the history
Helpful for troubleshooting Windows CI jobs.
  • Loading branch information
taketwo committed Mar 21, 2019
1 parent 987a5c2 commit 79ed336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/azure-pipelines/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
CONFIGURATION: 'Release'
VCPKG_ROOT: 'C:\vcpkg'
steps:
- script: set
displayName: 'Print Environment Variables'
- script: |
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.exe list
displayName: 'Install Dependencies'
Expand Down

0 comments on commit 79ed336

Please sign in to comment.