diff options
| author | Angus Gratton <angus@redyak.com.au> | 2025-03-18 17:09:17 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-07-18 00:11:08 +1000 |
| commit | a54b5d9aed871b20d76df3c45cd78bf51d28b249 (patch) | |
| tree | 4b7fdc47315e9cd6c945e6260689452c42bdc42a /tools | |
| parent | 6d93b150b894c73656c33c56d049e45f70f8e3db (diff) | |
unix/variants: Add a 'longlong' variant to test 64-bit bigints in CI.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/ci.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 518eb7449..564b7810f 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -695,6 +695,14 @@ function ci_unix_nanbox_run_tests { ci_unix_run_tests_full_no_native_helper nanbox PYTHON=python2.7 } +function ci_unix_longlong_build { + ci_unix_build_helper VARIANT=longlong +} + +function ci_unix_longlong_run_tests { + ci_unix_run_tests_full_helper longlong +} + function ci_unix_float_build { ci_unix_build_helper VARIANT=standard CFLAGS_EXTRA="-DMICROPY_FLOAT_IMPL=MICROPY_FLOAT_IMPL_FLOAT" ci_unix_build_ffi_lib_helper gcc |
