Added 'make install' to travis
This commit is contained in:
parent
3f7d21a256
commit
fafe930002
1 changed files with 1 additions and 0 deletions
|
@ -40,5 +40,6 @@ before_install:
|
||||||
script:
|
script:
|
||||||
- git clean -f
|
- git clean -f
|
||||||
- scons CXX=${CXX} BUILD=${BUILD_TYPE} && sudo make install
|
- scons CXX=${CXX} BUILD=${BUILD_TYPE} && sudo make install
|
||||||
|
- sudo make install
|
||||||
|
|
||||||
# EOF #
|
# EOF #
|
||||||
|
|
Loading…
Reference in a new issue