]> git.ipfire.org Git - thirdparty/xz.git/commit
CI: Update ci_build.sh CMake to always make Unix Makefiles.
authorJia Tan <jiat0218@gmail.com>
Fri, 28 Jul 2023 13:54:22 +0000 (21:54 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 28 Jul 2023 13:54:22 +0000 (21:54 +0800)
commita048f472cd9a2245265cb292853cbbcdd4f02001
tree785fc875ed011993f72135a5c834f17f7420e1f5
parent7870396a0ca945473aa0d1d790f4cbef456610bd
CI: Update ci_build.sh CMake to always make Unix Makefiles.

The default for many of the MSYS2 environments is for CMake to create
Ninja build files. This would complicate the build script since we would
need a different command to run the tests. Its simpler to always use
Unix Makefiles so that "make test" is always a usable target for
testing.
build-aux/ci_build.sh