From a4bc385accea136ebb127ba11d89d67823628f32 Mon Sep 17 00:00:00 2001 From: clanmills Date: Thu, 7 May 2020 21:03:37 +0100 Subject: [PATCH] run exiv2 --verbose --version at the end of the build so we can be certain about what was built! --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 754e0036..add415dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -89,3 +89,5 @@ build_script: - cmd: cd ../../tests/ - cmd: set EXIV2_EXT=.exe - cmd: if %INTEGRATION_TESTS% == 1 %PYTHON%/python.exe runner.py -v + - cmd: cd ../build/bind + - cmd: exiv2 --version --verbose