scripts/test

Branch


Log

Author Commit Date CI Message
Theo Buehler cf1a8cf5 2025-08-26T01:10:14 Do not remove opensslconf.h for android
Joshua Sing 090f7892 2025-04-13T01:09:48 scripts/test: use lib64 for loongarch64
Joshua Sing a71747c2 2025-04-12T23:41:15 scripts/test: revert to using g++-14 It seems `g++-loongarch64-linux-gnu` does not exist in the Ubuntu universe repositories. It also fails using the ubuntu Docker image locally (with the universe repo added). `g++-14-loongarch-linux-gnu` exists on both Ubuntu 22.04 and 24.04, however ideally we want to use whatever works on the most platforms.
Joshua Sing f4cc3446 2025-04-12T23:12:57 scripts/test: change from g++-14 to g++
Joshua Sing 24a8faec 2025-04-12T22:27:01 ci: test on loongarch64
Kenjiro Nakayama 12031e4e 2024-12-18T09:38:35 Move ARCH check
Kenjiro Nakayama 9ed5c54f 2024-12-18T09:24:28 update style
Kenjiro Nakayama 3e6153a5 2024-12-17T18:31:06 unset CC only for mingw and arm32 Since `scripts/test` always unset "CC", the github action for "clang" in Linux does not use clang unintentionally. This patch unset CC only for mingw{32,64} and arm32.
Brent Cook d88107b3 2024-04-08T20:10:31 read VERSION after it is generated by update script
Brent Cook 9091d555 2024-04-08T20:05:29 use a specific version number in test scripts This avoids issue reported in #1041 with file glob confusing cd. Also remove extra newline from VERSION when update.sh runs.
Kenjiro Nakayama 73787b18 2024-03-21T19:05:27 Run tests for macos-14 on arm64 macos-12 and macos-13 fails `make test` on arm64 but macos-14 does not. Hence this patch enables it on github action.
Brent Cook 15d076b4 2023-07-04T13:09:31 add ventura and arm64 test targets, remove big sur This reworks the macOS github actions to target Apple silicon for tests. To simplify the test matrix, removing big sur and adding ventura. Also some cleanups to the test script. We really don't need the 'x' workaround for non-POSIX shells, and it got confusing writing "xx86_64".
Brent Cook 60532831 2023-02-28T08:34:08 make it simpler to test on a non-Linux system
Joshua Sing 4fdce0c6 2023-04-29T01:15:13 Add CI workflow to run tests with ASM disabled
Brent Cook dc7d38d5 2023-03-23T06:21:32 match CI names in test script
Brent Cook 73d924f6 2023-03-23T06:07:31 fix mips/mips64 builds
Brent Cook 47aeda0f 2023-02-28T08:34:08 make it simpler to test on a non-Linux system
Brent Cook ab214b56 2023-02-27T07:26:07 handle i?86 for 32-bit CMake builds
Brent Cook 305d0532 2023-02-27T06:27:01 delete opensslconf.h for each build
Brent Cook 703f4304 2023-02-27T04:57:29 add conditional around common apt commands
Brent Cook 1fbc858e 2023-02-27T04:19:34 remove inherited CC env variable, consolidate common setup
Brent Cook 6b59828d 2023-02-25T18:20:29 update cross arch tests for arm/aarch64
kinichiro 8a57de6e 2022-04-29T18:55:44 Set max number of processes for CI
Brent Cook e55410dc 2021-05-28T04:53:27 update badges, further split out actions by OS, add more Linux targets