Skip to content

Commit

Permalink
Print stats on windows machines using WSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Aug 15, 2019
1 parent d56201e commit f72d75e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trigger:

pr:
- master

jobs:
- job:
displayName: Linux
Expand Down Expand Up @@ -130,6 +130,12 @@ jobs:
JFlag: '-j 2'

steps:
- script: |
bash -c "cat /proc/cpuinfo"
bash -c "cat /proc/meminfo"
displayName: 'Machine stats'
- task: CMake@1
displayName: 'CMake .. $(CMakeArgs) -DCMAKE_BUILD_TYPE=$(BuildType) -DSNMALLOC_CI_BUILD=On'
inputs:
Expand Down

0 comments on commit f72d75e

Please sign in to comment.