one more iteration to try to fix tests on travis

This commit is contained in:
2017-02-14 03:48:11 +03:00
parent ce09ab753b
commit 38c5589c10
11 changed files with 66 additions and 15 deletions

View File

@ -17,11 +17,17 @@ arch:
- cd awesome-widgets/build && cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_BUILD_TYPE=Optimization -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_FUTURE=ON -DBUILD_TESTING=ON ../sources
- cd awesome-widgets/build && make
- cd awesome-widgets/build && xvfb-run make test || true
- sleep 3
- cd awesome-widgets/build && xvfb-run ./test/awesomewidgets-test-extscript || true
- sleep 3
- cd awesome-widgets/build && xvfb-run ./test/awesomewidgets-test-extweather || true
- sleep 3
- cd awesome-widgets/build && xvfb-run ./test/awesomewidgets-test-playersource || true
- sleep 3
- cd awesome-widgets/build && xvfb-run ./test/awesomewidgets-test-awkeys || true
- sleep 3
- cd awesome-widgets/build && xvfb-run ./test/awesomewidgets-test-dpplugin || true
- sleep 3
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"