Skip to content

Commit

Permalink
Setting Git path for unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Apr 26, 2018
1 parent baa5ab1 commit 7fd347f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ script: # make lib unit tests > run lib unit tests > make MF > install MF
- cd lib/test # UNIT tests
- qmake -r CONFIG+=travisci QMAKE_CXX=${CXX} mindforger-lib-unit-tests.pro
- make
- cd src && ./mindforger-lib-unit-tests && cd ../../..
- cd src && export M8R_GIT_PATH="${M8RHOME}" && ./mindforger-lib-unit-tests && cd ../../..
- qmake -r CONFIG+=travisci QMAKE_CXX=${CXX} mindforger.pro
- make
- sudo make install

0 comments on commit 7fd347f

Please sign in to comment.