Skip to content

Commit

Permalink
Switch to using Ninja makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellis Kenyo authored and lolzballs committed Jul 11, 2015
1 parent b1f9664 commit 4eb7fec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ before_install:
- sudo add-apt-repository -y ppa:boost-latest/ppa
- sudo apt-get update -qq
install:
- sudo apt-get install -y ninja-build
- sudo apt-get install -y gcc-4.8 g++-4.8
- sudo apt-get install -y cmake=3.2.3-5ppa5~precise1 cmake-data=3.2.3-5ppa5~precise1
- sudo apt-get install -y qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libqt5gui5
- sudo apt-get install -y libboost1.55-dev
- sudo sed -i -e 's/COPY_ONLY/COPYONLY/g' /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
before_script:
- cmake .
- cmake . -G "Ninja"
script:
- make
- ninja
notifications:
email:
on_success: change
Expand Down

0 comments on commit 4eb7fec

Please sign in to comment.