Skip to content

Commit

Permalink
wip parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal committed Oct 12, 2021
1 parent a5f9c32 commit 97064d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Set-PSDebug -Trace 1
$dockerComposeBin = "C:\tools\docker-compose.exe"
Invoke-WebRequest "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Windows-x86_64.exe" -OutFile "$dockerComposeBin"
& "$dockerComposeBin" --version
& "$dockerComposeBin" --file=build-windows.yaml build
& "$dockerComposeBin" --file=build-windows.yaml build --parallel --pull
Exit 1

Get-ChildItem -Recurse -Include windows -Directory | ForEach-Object {
Expand Down

0 comments on commit 97064d8

Please sign in to comment.