Add mingw to PATH in the Appveyor test script
This commit is contained in:
parent
ed73f542a7
commit
f3284082ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue