Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ARCH check | Kenjiro Nakayama | 2024-12-18 | 1 | -4/+4 |
| | |||||
* | update style | Kenjiro Nakayama | 2024-12-18 | 1 | -1/+1 |
| | |||||
* | unset CC only for mingw and arm32 | Kenjiro Nakayama | 2024-12-18 | 1 | -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 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 |
| | |||||
* | set CMAKE_SYSTEM_PROCESSOR when cross compiling | Brent Cook | 2023-02-27 | 2 | -0/+2 |
| | | | | handle x86 as option for 32-bit x86 on Windows | ||||
* | 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 |
| | |||||
* | update config.sub and config.guess for M1 Mac | catatsuy | 2022-11-03 | 2 | -1977/+2398 |
| | | | | | config.sub and config.guess on LibreSSL are very old. To build LibreSSL on M1 Mac, we need to update config.sub. | ||||
* | 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 | 2 | -22/+4 |
| | |||||
* | Use github actions for linux test | kinichiro | 2021-05-22 | 1 | -19/+5 |
| | |||||
* | Add after_failure script to show failed test log | kinichiro | 2021-05-19 | 1 | -0/+18 |
| | |||||
* | Fix Android CI | kinichiro | 2021-05-09 | 1 | -23/+22 |
| | | | | | | | | - Targeted to Android 8.0 (API level 26) and above - Build for x86_64, x86 and arm64-v8a, stop searching dir for detecting ABI - Use newer version of ndk and cmake - Suppress sdkmanager messages to reduce log output - Add log messages to tell CI running right | ||||
* | bump arm library versions | Brent Cook | 2021-05-01 | 1 | -2/+2 |
| | |||||
* | Fix android build | kinichiro | 2020-03-26 | 1 | -3/+2 |
| | |||||
* | typo s/NAPI/NAL/ | kinichiro | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Add Android build for Travis-CI | kinichiro | 2019-01-05 | 1 | -0/+61 |
| | |||||
* | Add ARM build for Travis-CI | kinichiro | 2019-01-04 | 1 | -1/+23 |
| | |||||
* | enable cmake mingw builds in travis | Brent Cook | 2019-01-02 | 3 | -0/+35 |
| | |||||
* | Have travis do shared and static builds | Don | 2018-03-21 | 1 | -2/+14 |
| | |||||
* | adjust mingw package name | Brent Cook | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | update to trusty distro, remove 3rd-party PPAs for testing | Brent Cook | 2016-11-13 | 1 | -7/+0 |
| | |||||
* | add upstream config.guess/config.sub | Brent Cook | 2015-12-27 | 2 | -0/+3260 |
| | | | | | This adds refreshed OS and CPU detection. https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html | ||||
* | test cmake builds on osx as well | Brent Cook | 2015-09-17 | 1 | -0/+1 |
| | |||||
* | extend regression tests | Brent Cook | 2015-09-17 | 1 | -1/+2 |
| | | | | run distcheck rather than just dist, cmake tests | ||||
* | speed up builds without killing os x perhaps | Brent Cook | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | add cmake test support | Brent Cook | 2015-09-11 | 1 | -3/+20 |
| | |||||
* | Remove cmake tests from travis builds for now. | Brent Cook | 2015-09-09 | 1 | -21/+3 |
| | | | | | This seemed like it should be easy, but apparently there are a lot of gotchas that need to be ironed out in a branch first. | ||||
* | fix a couple of travis build failures | Brent Cook | 2015-09-09 | 1 | -2/+2 |
| | |||||
* | revert some travis shell portability tweaks | Brent Cook | 2015-09-09 | 1 | -4/+4 |
| | |||||
* | try ninja on travis linux again | Brent Cook | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | use newer cmake for travis linux builds, revise build script | Brent Cook | 2015-09-09 | 1 | -10/+16 |
| | |||||
* | travis' cmake does not support ninja, use make | Brent Cook | 2015-09-09 | 1 | -2/+2 |
| | |||||
* | add travis-ci cmake tests | Brent Cook | 2015-09-09 | 1 | -0/+12 |
| | |||||
* | enable libtls by default | Brent Cook | 2015-03-19 | 1 | -2/+2 |
| | | | | | | | | The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@ | ||||
* | be even nicer to OS X's fork | Brent Cook | 2015-01-31 | 1 | -1/+0 |
| | |||||
* | be nicer to travis OS X machines, remove unneeded 'make clean' | Brent Cook | 2015-01-31 | 1 | -11/+15 |
| | |||||
* | only use the specific build matrix | Brent Cook | 2015-01-31 | 1 | -3/+5 |
| | | | | use sudo to install mingw toolchains | ||||
* | update travis-ci build to check mingw32/64 targets | Brent Cook | 2015-01-31 | 1 | -0/+28 |
| | |||||
* | move public domain to top, help automatic tools | Brent Cook | 2015-01-02 | 1 | -1/+3 |
| |