Skip to content

Commit

Permalink
mlite
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jan 5, 2019
1 parent eb7a5bb commit c5b990d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ install:
- source /opt/qt*/bin/qt*-env.sh

script:
- git clone https://git.merproject.org/mer-core/mlite
- cd mlite
- qmake CONFIG+=release PREFIX=/usr
- make -j$(nproc)
- sudo make install
- cd -
- git clone https://github.com/sailfishos/libsailfishapp
- cd libsailfishapp
- qmake CONFIG+=release PREFIX=/usr
Expand Down

0 comments on commit c5b990d

Please sign in to comment.