summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-19 17:51:16 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-03 13:35:35 +0900
commit3a761dcc91fcbed828699fcc38017f14a1a2db65 (patch)
tree5cc280680ffc8625f56f8cc47cdd9fccc89cc860 /.cirrus.yml
parentbde3b98a6040800e05c9cf448228f094f80b8fed (diff)
[Cirrus] Show CPU and memory info
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 2ad3992be4..b79f4d7e2d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -35,6 +35,9 @@ task:
matrix:
CC: gcc-11
id_script: id
+ info_script: |
+ nproc
+ free -h
set_env_script:
# Set `GNUMAKEFLAGS`, because the flags are GNU make specific. Note using
# the `make` environment variable used in compilers.yml causes some rubygems
@@ -100,6 +103,9 @@ yjit_task:
- CC: gcc-11
configure: --enable-yjit
id_script: id
+ info_script: |
+ nproc
+ free -h
set_env_script:
# Set `GNUMAKEFLAGS`, because the flags are GNU make specific. Note using
# the `make` environment variable used in compilers.yml causes some rubygems