Skip to content

Commit

Permalink
updated travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhaninan committed Mar 9, 2018
1 parent dc9de5e commit ec81c84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ before_install:
- sudo add-apt-repository ppa:beineri/opt-qt591-trusty -y
- sudo apt-get update -qq
install:
- sudo apt-get -y -qq install cmake ccache ninja-build
- sudo apt-get -y -qq install cmake
- sudo apt-get -y -qq install libgl1-mesa-dev qt59base qt59imageformats qt59svg qt59charts-no-lgpl qt59tools
- source /opt/qt*/bin/qt*-env.sh
before_script:
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_PREFIX_PATH=$QTDIR/bin -G Ninja ..
- cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_PREFIX_PATH=$QTDIR/bin ..
script:
- ninja -j $(nproc)
- make -j $(nproc)
- lupdate ../stacer/stacer.pro
- lrelease ../stacer/stacer.pro
- lrelease ../stacer/stacer.pro

0 comments on commit ec81c84

Please sign in to comment.