Enable unit tests on Windows Appveyor
This commit is contained in:
parent
062fc85e37
commit
f3cf8af914
1 changed files with 3 additions and 1 deletions
|
|
@ -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 ..
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue