CI updates
This commit is contained in:
@@ -14,7 +14,7 @@ __add_cmake_config() {
|
||||
}
|
||||
|
||||
# pass common CMake settings
|
||||
for v in CMAKE_VERBOSE_MAKEFILE; do
|
||||
for v in CMAKE_INSTALL_PREFIX CMAKE_VERBOSE_MAKEFILE; do
|
||||
__add_cmake_config $v
|
||||
done
|
||||
# pass common CMake toolchain settings
|
||||
|
||||
@@ -29,6 +29,6 @@ fi
|
||||
# limit memory usage to 1 GiB (in case of clang-format problems with invalid files)
|
||||
ulimit -v 1048576 || true
|
||||
|
||||
#echo $UPX_CLANG_FORMAT
|
||||
#echo "$UPX_CLANG_FORMAT"
|
||||
exec "$UPX_CLANG_FORMAT" -style=file "$@"
|
||||
exit 99
|
||||
|
||||
Reference in New Issue
Block a user