aboutsummaryrefslogtreecommitdiff
path: root/scripts/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* read VERSION after it is generated by update scriptBrent Cook2024-04-081-1/+2
|
* use a specific version number in test scriptsBrent Cook2024-04-081-4/+5
| | | | | This avoids issue reported in #1041 with file glob confusing cd. Also remove extra newline from VERSION when update.sh runs.
* Run tests for macos-14 on arm64Kenjiro Nakayama2024-03-211-2/+6
| | | | | macos-12 and macos-13 fails `make test` on arm64 but macos-14 does not. Hence this patch enables it on github action.
* add ventura and arm64 test targets, remove big surBrent Cook2023-07-041-26/+57
| | | | | | | 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".
* make it simpler to test on a non-Linux systemBrent Cook2023-05-271-3/+5
|
* Add CI workflow to run tests with ASM disabledJoshua Sing2023-04-291-7/+9
|
* match CI names in test scriptBrent Cook2023-03-231-2/+2
|
* fix mips/mips64 buildsBrent Cook2023-03-231-0/+17
|
* handle i?86 for 32-bit CMake buildsBrent Cook2023-02-271-1/+2
|
* delete opensslconf.h for each buildBrent Cook2023-02-271-1/+1
|
* add conditional around common apt commandsBrent Cook2023-02-271-9/+12
|
* remove inherited CC env variable, consolidate common setupBrent Cook2023-02-271-20/+10
|
* update cross arch tests for arm/aarch64Brent Cook2023-02-251-9/+6
|
* Set max number of processes for CIkinichiro2022-04-291-7/+7
|
* update badges, further split out actions by OS, add more Linux targetsBrent Cook2021-05-301-0/+143