forked from krishauser/Klampt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
49 lines (40 loc) · 868 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
language: cpp
compiler:
- gcc
- clang
sudo: required
dist: xenial
matrix:
allow_failures:
- compiler: clang
install:
- sudo apt-get install cmake g++ git liblog4cxx10-dev freeglut3 freeglut3-dev libglpk-dev python-dev python-opengl libxmu-dev libxi-dev libqt4-dev libqt4-opengl-dev libassimp-dev libgtest-dev
before_script:
- echo $LD_LIBRARY_PATH
- sudo ldconfig
script:
- cd Cpp/Dependencies && make unpack-deps
- cd KrisLibrary && cd ..
- make deps && cd ../..
- cmake . -DKLAMPT_COMPILE_TESTS:BOOL=True
- make Klampt
- make apps
- make python
- sudo make python-install
- make python2
- sudo make python2-install
- env CTEST_OUTPUT_ON_FAILURE=1 make test
# safelist
branches:
only:
- master
- 0.8.5
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- v0.7
- travis
notifications:
email:
- hauser.kris@gmail.com