Skip to content

Commit

Permalink
Add travis CI building.
Browse files Browse the repository at this point in the history
Uses GCC
  • Loading branch information
GUIpsp committed Mar 19, 2013
1 parent fd1e3bb commit bf49e58
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -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"
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -382,3 +382,5 @@ SET(CPACK_PACKAGE_INSTALL_DIRECTORY "MultiMC 5")
ENDIF() ENDIF()


INCLUDE(CPack) INCLUDE(CPack)

include_directories(${PROJECT_BINARY_DIR}/include)

0 comments on commit bf49e58

Please sign in to comment.