mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[ci,cmake-format] add ci configuration
also format the ci configuration files
This commit is contained in:
@@ -28,7 +28,8 @@ then
|
||||
fi
|
||||
|
||||
CMAKE_FILES=$(find ${SRC_PATH} -name "*.cmake" -o -name "CMakeLists.txt")
|
||||
for FILE in $CMAKE_FILES;
|
||||
CMAKE_CI_FILES=$(find ${SRC_PATH}/ci -name "*.txt")
|
||||
for FILE in $CMAKE_FILES $CMAKE_CI_FILES;
|
||||
do
|
||||
echo "processing file $FILE..."
|
||||
cmake-format -c "$SCRIPT_PATH/cmake-format.yml" $FORMAT_ARG $FILE
|
||||
|
||||
Reference in New Issue
Block a user