Merge pull request #3 from GUIpsp/master

Add travis CI building.
This commit is contained in:
Andrew Okin 2013-03-19 13:26:25 -07:00
commit e9ff6fcff7
2 changed files with 18 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: cpp
compiler:
- gcc
before_script:
- sudo apt-add-repository -y ppa:czchen/travis-ci
- sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa
- sudo add-apt-repository -y ppa:canonical-qt5-edgers/qt5-proper
- sudo apt-get update -yqq
- sudo apt-get install -yqq cmake
- sudo apt-get install -yqq ubuntu-sdk
script: "cmake . && make -j4"
notifications:
irc: "irc.esper.net#MultiMC"

View File

@ -382,3 +382,5 @@ SET(CPACK_PACKAGE_INSTALL_DIRECTORY "MultiMC 5")
ENDIF()
INCLUDE(CPack)
include_directories(${PROJECT_BINARY_DIR}/include)