Added new test suite to travis & Appveyor
This commit is contained in:
parent
5267123186
commit
27d7a5d968
@ -21,3 +21,6 @@ make tests
|
||||
make install
|
||||
cd bin
|
||||
./unit_tests
|
||||
|
||||
cd ../../tests/
|
||||
python3 runner.py
|
||||
|
||||
@ -40,6 +40,9 @@ build_script:
|
||||
- cmd: ninja install
|
||||
- cmd: cd bin
|
||||
- cmd: unit_tests.exe
|
||||
- cmd: cd ../../tests/
|
||||
- cmd: set EXIV2_EXT=.exe
|
||||
- cmd: c:\Python36\python.exe runner.py
|
||||
|
||||
cache:
|
||||
- envs # Conan installation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user