Skip to content

Commit

Permalink
fix console output
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano authored and radarhere committed Apr 10, 2020
1 parent d8c1ff4 commit 5a62a00
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,13 +408,10 @@ jobs:
- name: Build Docker Image
run: |
# & $Env:ProgramFiles\Docker\Docker\DockerCli.exe -SwitchWindowsEngine
echo "This step takes about 20 minutes, please be patient..."
docker build -m 2G -t python-pillow-build:latest winbuild\docker
- name: Create Docker Image
run: |
docker create --name PillowBuild -t python-pillow-build C:\Pillow\winbuild\docker\build.cmd
docker cp . PillowBuild:C:\Pillow
docker cp ..\pillow-depends PillowBuild:C:\pillow-depends
shell: pwsh

- name: Run Docker
run: docker start PillowBuild -a
run: docker run --name PillowBuild -v ${env:GITHUB_WORKSPACE}:C:\Pillow -v ${env:RUNNER_WORKSPACE}\pillow-depends:C:\pillow-depends python-pillow-build C:\Pillow\winbuild\docker\build.cmd
shell: pwsh

0 comments on commit 5a62a00

Please sign in to comment.