Enable unit tests on Windows Appveyor

This commit is contained in:
Riccardo Schirone 2020-12-23 12:16:44 +01:00 committed by Florian Märkl
parent 062fc85e37
commit f3cf8af914

View file

@ -94,9 +94,11 @@ for:
- rizin -v
- copy C:\Python38-x64\python.exe C:\Python38-x64\python3.exe
- python3 -m pip install "git+https://github.com/rizinorg/rz-pipe#egg=rzpipe&subdirectory=python"
- "%PYTHON%\\Scripts\\ninja -C build test"
- cd test
- git clone -q --depth 1 https://github.com/rizinorg/rizin-testbins bins
- cd ..
- "%PYTHON%\\Scripts\\ninja -C build test"
- cd test
- rz-test -o results.json -L db
- cd ..