Skip to content

Commit

Permalink
.travis.yml: Build and run test program by qtci
Browse files Browse the repository at this point in the history
  • Loading branch information
benlau committed Sep 13, 2016
1 parent 42274f6 commit 8a70691
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .travis.yml
Expand Up @@ -12,18 +12,13 @@ before_install:
- sudo apt-get install nodejs
- sh -e /etc/init.d/xvfb start
script:
- ROOTDIR=`pwd`
- git clone https://github.com/benlau/qtci.git
- source qtci/path.env
- source /opt/qt53/bin/qt53-env.sh
- cd tests/unittests
- qmake
- make
- ls
- ./unittests
- cd ../cppunittests
- qmake
- make
- ls
- ./cppunittests
- cd ../promises-aplus-tests/
- (rm -rf build;mkdir build; cd build; run-unittests $ROOTDIR/tests/unittests/unittests.pro)
- (rm -rf build;mkdir build; cd build; run-unittests $ROOTDIR/tests/cppunittests/cppunittests.pro)
- cd tests/promises-aplus-tests/
- npm install .
- node ./run.js

0 comments on commit 8a70691

Please sign in to comment.