diff --git a/scripts/build.ci.ps1 b/scripts/build.ci.ps1 index f55a3e5..6acb0fc 100644 --- a/scripts/build.ci.ps1 +++ b/scripts/build.ci.ps1 @@ -444,7 +444,7 @@ if ( $bootstrap -and (Test-Path (Join-Path $path_project "gen/gen.hpp")) ) 'gen.scanner.hpp', 'gen.scanner.cpp' ) $exclude = $null - # format-cpp $path_gen $include $exclude + format-cpp $path_gen $include $exclude format-cpp $path_comp_gen @( 'ast_inlines.hpp', 'ecode.hpp', 'especifier.hpp', 'eoperator.hpp', 'etoktype.cpp' ) $null } @@ -455,7 +455,7 @@ if ( $singleheader -and (Test-Path (Join-Path $path_singleheader "gen/gen.hpp")) 'gen.hpp' ) $exclude = $null - # format-cpp $path_gen $include $exclude + format-cpp $path_gen $include $exclude } if ( $test )