mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-15 07:40:50 +00:00
Added system info to tests
This commit is contained in:
parent
de7c5dc578
commit
298a2f8534
@ -50,6 +50,16 @@ jobs:
|
||||
- template: .azure/install-llvm.yml
|
||||
- template: .azure/install-sccache.yml
|
||||
- template: .azure/install-cmake.yml
|
||||
- bash: |
|
||||
hostname
|
||||
uname -a
|
||||
displayName: System info (*nix)
|
||||
condition: and(succeeded(), not(eq(variables['Agent.OS'], 'Windows_NT')))
|
||||
- bash: |
|
||||
cat /proc/cpuinfo
|
||||
cat /proc/meminfo
|
||||
displayName: System info - Extended (Linux)
|
||||
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
|
||||
- bash: make test
|
||||
displayName: Tests (*nix)
|
||||
condition: and(succeeded(), not(eq(variables['Agent.OS'], 'Windows_NT')))
|
||||
|
Loading…
x
Reference in New Issue
Block a user