Print stats on windows machines using WSL.

This commit is contained in:
Matthew Parkinson
2019-08-14 09:18:56 +01:00
parent d56201e28d
commit f72d75ead8

View File

@@ -3,7 +3,7 @@ trigger:
pr:
- master
jobs:
- job:
displayName: Linux
@@ -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: