We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963fddd commit e20326cCopy full SHA for e20326c
1 file changed
.ci/azure-pipelines/azure-pipelines.yaml
@@ -36,6 +36,17 @@ stages:
36
jobs:
37
- template: formatting.yaml
38
39
+ - stage: test_ubuntu
40
+ displayName: Test ubuntu 22.04 free space
41
+ jobs:
42
+ - job: show_free_space
43
+ displayName: Ubuntu show free space
44
+ pool:
45
+ vmImage: 'ubuntu-22.04'
46
+ steps:
47
+ - script: df -h
48
+ displayName: List disk usage on host
49
+
50
- stage: build_gcc
51
displayName: Build GCC
52
dependsOn: formatting
0 commit comments