aboutsummaryrefslogtreecommitdiff
path: root/scripts/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scripts/test: revert to using g++-14Joshua Sing2025-04-121-4/+4
| | | | | | | | | 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.
* scripts/test: change from g++-14 to g++Joshua Sing2025-04-121-4/+4
|
* ci: test on loongarch64Joshua Sing2025-04-121-0/+15
|
* Move ARCH checkKenjiro Nakayama2024-12-181-4/+4
|
* update styleKenjiro Nakayama2024-12-181-1/+1
|
* unset CC only for mingw and arm32Kenjiro Nakayama2024-12-181-1/+4
| | | | | | | 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.
* 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