/ src / ipc / libmultiprocess / ci / configs / default.bash
default.bash
1  CI_DESC="CI job using default libraries and tools, and running IWYU"
2  CI_DIR=build-default
3  export CXXFLAGS="-Werror -Wall -Wextra -Wpedantic -Wno-unused-parameter"
4  CMAKE_ARGS=(-DMP_ENABLE_IWYU=ON)
5  BUILD_ARGS=(-k)