We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b579c commit 3e18145Copy full SHA for 3e18145
mingw.yml
@@ -43,7 +43,7 @@ build_script:
43
- cmd: set CMD=%CMD%; cmake --build . --config Release
44
- cmd: rem echo %CMD%
45
- cd %APPVEYOR_BUILD_FOLDER%
46
- - cmd: if "%BUILD%"=="MINGW64" then C:\msys64\usr\bin\bash -c "%CMD%"
+ - cmd: if "%BUILD%"=="MINGW64" C:\msys64\usr\bin\bash -c "%CMD%"
47
- cmd: set CMD=which python3 python
48
- cmd: set CMD=%CMD%; python --version
49
- cmd: set CMD=%CMD%; build/bin/exiv2 --verbose --version; pwd ; ls -l
0 commit comments