mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-29 21:39:52 +00:00
renamed tests project
This commit is contained in:
parent
0331af918d
commit
fb50e59912
2 changed files with 2 additions and 2 deletions
|
@ -58,12 +58,12 @@ script:
|
||||||
- cd ./tests
|
- cd ./tests
|
||||||
- qmake DEFINES+=INTEGRATION_TESTS && make -s -j 2
|
- qmake DEFINES+=INTEGRATION_TESTS && make -s -j 2
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
|
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
|
||||||
./../bin/tests/tests -platform minimal -txt
|
./../bin/tests/QOwnNotesTests -platform minimal -txt
|
||||||
&& sudo pip install cpp-coveralls
|
&& sudo pip install cpp-coveralls
|
||||||
&& coveralls -b `pwd`/unit_tests/ -r `readlink -m ./../` -e tests/ -E .+/moc_.* -E .+/qrc_.* -E .+/qxt.* -E .+/ui_.* > coveralls.log
|
&& coveralls -b `pwd`/unit_tests/ -r `readlink -m ./../` -e tests/ -E .+/moc_.* -E .+/qrc_.* -E .+/qxt.* -E .+/ui_.* > coveralls.log
|
||||||
;
|
;
|
||||||
else
|
else
|
||||||
./../bin/tests/tests.app/Contents/MacOS/tests -platform minimal -txt
|
./../bin/tests/QOwnNotesTests.app/Contents/MacOS/QOwnNotesTests -platform minimal -txt
|
||||||
;
|
;
|
||||||
fi
|
fi
|
||||||
- cd ./../src
|
- cd ./../src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue