run: |
cd %RUNNER_WORKSPACE%\ImageMagick-Windows
CloneRepositories.cmd https://github.com/ImageMagick shallow
+ shell: cmd
- name: Build configure
run: |
cd %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick\configure
devenv /upgrade configure.vcxproj
msbuild configure.sln /m /t:Rebuild /p:Configuration=Release,Platform=Win32
+ shell: cmd
- name: Configure ImageMagick
run: |
cd %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick\configure
configure.exe /noWizard /VS2019 /${{matrix.platform}} /${{matrix.buildType}}
+ shell: cmd
- name: Build ImageMagick
run: |
dir /B *.sln > solution
set /p solution=<solution
msbuild %solution% /m /t:Rebuild /p:Configuration=Release,Platform=${{matrix.platform}}
+ shell: cmd
run: |
cd %RUNNER_WORKSPACE%\ImageMagick-Windows
CloneRepositories.cmd https://github.com/ImageMagick shallow
+ shell: cmd
- name: Build configure
run: |
cd %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick\configure
devenv /upgrade configure.vcxproj
msbuild configure.sln /m /t:Rebuild /p:Configuration=Release,Platform=Win32
+ shell: cmd
- name: Configure ImageMagick
run: |
cd %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick\configure
configure.exe /noWizard /VS2019 /x64 /smtd
+ shell: cmd
- name: Build ImageMagick
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
cd %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick
msbuild VisualStaticMTD.sln /m /t:Rebuild /p:Configuration=Release,Platform=x64
+ shell: cmd