diff options
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index d2df8701..d15b7eec 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -157,6 +157,10 @@ task: - name: Linux s390x env: TARGET: s390x-unknown-linux-gnu + - name: Linux x32 + env: + TARGET: x86_64-unknown-linux-gnux32 + CHECK_TESTS: true - name: NetBSD x86_64 env: TARGET: x86_64-unknown-netbsd |