Made the initial whitespace parser

This commit is contained in:
2024-03-02 18:19:27 -05:00
parent 035c726a71
commit b0adfbf5f5
11 changed files with 442 additions and 15 deletions

View File

@ -192,11 +192,12 @@ push-location $path_root
return
}
$dependencies_built = $sectr_build_code -gt $module_build_failed
if ( -not $dependencies_built ) {
write-host 'Skipping sectr_host build, dependencies failed to build'
return
}
# TODO(Ed): FIX THIS
# $dependencies_built = $sectr_build_code -eq $module_build_failed
# if ( -not $dependencies_built ) {
# write-host 'Skipping sectr_host build, dependencies failed to build'
# return
# }
$should_build = (check-ModuleForChanges $module_host) || ( $sectr_build_code == $module_built )
if ( -not( $should_build)) {