Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-01 | CI: Add quotes around variables in a few places. | Jia Tan | 1 | -3/+3 | |
2023-02-01 | CI: Upload test logs as artifacts if a test fails. | Jia Tan | 1 | -6/+25 | |
2023-01-18 | CI: Enable --config-cache in autotool builds. | Jia Tan | 1 | -1/+1 | |
If CFLAGS are set in a build, the cache must be cleared with "make distclean", or by deleting the cache file. | |||||
2023-01-12 | CI: Allow disabling Native Language Support. | Jia Tan | 1 | -1/+8 | |
2023-01-12 | CI: Only run autogen.sh if it has not already run. | Jia Tan | 1 | -3/+8 | |
2023-01-12 | CI: Allow disabling shared library in autotools builds. | Jia Tan | 1 | -1/+8 | |
2023-01-12 | CI: Improve Usage readability and add -h option. | Jia Tan | 1 | -2/+13 | |
2023-01-11 | CI/CD: Enables warnings as errors in autotool build. | Jia Tan | 1 | -1/+1 | |
This will help us catch warnings and potential bugs in builds that are not often tested by us. | |||||
2023-01-11 | CI/CD: Add -f argument to set CFLAGS in ci_build.sh. | Jia Tan | 1 | -2/+6 | |
For now, the suggested option is for -m32 only, but this can be updated later if other flags are deemed useful. | |||||
2023-01-07 | CI/CD: Add new -p (PHASE) argument to ci_build.sh | Jia Tan | 1 | -64/+76 | |
The new PHASE argument can be build, test, or all. all is the default. This way, the CI/CD script can differentiate between the build and test phases to make it easier to track down errors when they happen. | |||||
2022-12-30 | CI/CD: Create initial version of CI/CD workflow. | Jia Tan | 1 | -0/+141 | |
The CI/CD workflow will only execute on Ubuntu and MacOS latest version. The workflow will attempt to build with autotools and CMake and execute the tests. The workflow will run for all pull requests and pushes done to the master branch. | |||||
2015-02-26 | Build: Fix a CR+LF problem when running autoreconf -fi on OS/2. | Lasse Collin | 1 | -1/+1 | |
2010-09-28 | Create the PDF versions of the man pages better. | Lasse Collin | 1 | -0/+58 | |
2010-09-28 | Move version.sh to build-aux. | Lasse Collin | 1 | -0/+24 | |