Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | read VERSION after it is generated by update script | Brent Cook | 2024-04-08 | 1 | -1/+2 |
| | |||||
* | use a specific version number in test scripts | Brent Cook | 2024-04-08 | 1 | -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 arm64 | Kenjiro Nakayama | 2024-03-21 | 1 | -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 sur | Brent Cook | 2023-07-04 | 1 | -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 system | Brent Cook | 2023-05-27 | 1 | -3/+5 |
| | |||||
* | Add CI workflow to run tests with ASM disabled | Joshua Sing | 2023-04-29 | 1 | -7/+9 |
| | |||||
* | match CI names in test script | Brent Cook | 2023-03-23 | 1 | -2/+2 |
| | |||||
* | fix mips/mips64 builds | Brent Cook | 2023-03-23 | 1 | -0/+17 |
| | |||||
* | handle i?86 for 32-bit CMake builds | Brent Cook | 2023-02-27 | 1 | -1/+2 |
| | |||||
* | delete opensslconf.h for each build | Brent Cook | 2023-02-27 | 1 | -1/+1 |
| | |||||
* | add conditional around common apt commands | Brent Cook | 2023-02-27 | 1 | -9/+12 |
| | |||||
* | remove inherited CC env variable, consolidate common setup | Brent Cook | 2023-02-27 | 1 | -20/+10 |
| | |||||
* | update cross arch tests for arm/aarch64 | Brent Cook | 2023-02-25 | 1 | -9/+6 |
| | |||||
* | Set max number of processes for CI | kinichiro | 2022-04-29 | 1 | -7/+7 |
| | |||||
* | update badges, further split out actions by OS, add more Linux targets | Brent Cook | 2021-05-30 | 1 | -0/+143 |