Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MEPP-team/MEPP
Browse files Browse the repository at this point in the history
  • Loading branch information
mtola committed Dec 10, 2013
2 parents a834c0f + 0a405a6 commit b65ba3c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ env:

before_script:
- sudo apt-get update
- sudo apt-get -qq install libboost-program-options-dev libboost-system-dev libgmp-dev libcgal-dev libqglviewer-qt4-dev libglew-dev libxerces-c-dev libassimp-dev > apt_install
- sudo apt-get -qq install libboost-program-options-dev libboost-system-dev libgmp-dev libcgal-dev libqglviewer-qt4-dev libglew-dev libxerces-c-dev > apt_install
- wget http://sourceforge.net/projects/assimp/files/assimp-3.0/assimp--3.0.1270-source-only.zip
- unzip assimp--3.0.1270-source-only.zip
- cd assimp--3.0.1270-source-only
- mkdir build_release
- cd build_release
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DCMAKE_RULE_MESSAGES=OFF > cmake_output_release
- make > make_release 2> make_release_err
- sudo make install > make_install_release
- cd ..
- cd ..

script:
- cmake . $BTYPE
Expand Down

0 comments on commit b65ba3c

Please sign in to comment.