summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDirk Lemstra <dirk@lemstra.org>2019-12-06 21:52:16 +0100
committerDirk Lemstra <dirk@lemstra.org>2019-12-06 21:52:16 +0100
commit3dc46c99f5b6e6ee6bb19664a58d547186a46b38 (patch)
tree81e3ed040ac51a57934fc723d4c6f44e36ba6c8c /.github
parentb6fecdc148b8aad2eaf5117809ee4af9fadd6b9a (diff)
downloadImageMagick-3dc46c99f5b6e6ee6bb19664a58d547186a46b38.tar.gz
List directory contents.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daily.yml1
-rw-r--r--.github/workflows/master.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index d65f69fff..fd21bf06d 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -89,6 +89,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
cd %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick\configure
+ dir
devenv /upgrade %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick\configure\configure.vcxproj
msbuild configure.sln /m /t:Rebuild /p:Configuration=Release,Platform=Win32
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index db7d4850a..edc367d43 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -92,6 +92,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
cd %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick\configure
+ dir
devenv /upgrade %RUNNER_WORKSPACE%\ImageMagick-Windows\VisualMagick\configure\configure.vcxproj
msbuild configure.sln /m /t:Rebuild /p:Configuration=Release,Platform=Win32