Add mingw to PATH in the Appveyor test script

This commit is contained in:
GustavoLCR 2019-06-20 19:53:16 -03:00 committed by Anton Kochkov
parent ed73f542a7
commit f3284082ef
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ build_script:
- cmd: if %builder% == vs2017_64_dyn ( set "PATH=C:\mingw\bin;C:\mingw\msys\1.0\bin;%PYTHON%;%PATH%" && call "%VSVARSALLPATH%" x64 && python sys\meson.py --release --shared --install="%DIST_FOLDER%" && 7z a %ARTIFACT_ZIP% %DIST_FOLDER% )
test_script:
- set PATH=%APPVEYOR_BUILD_FOLDER%\%DIST_FOLDER%\bin;%PATH%
- set PATH=%APPVEYOR_BUILD_FOLDER%\%DIST_FOLDER%\bin;C:\mingw\bin;C:\mingw\msys\1.0\bin;%PATH%
- echo %PATH%
- where radare2
- radare2 -v