Add dependencies in .travis.yml
Add also kalakris-cmake as source for apt
This commit is contained in:
parent
fcc0fce80a
commit
e385927316
1 changed files with 6 additions and 1 deletions
|
@ -60,9 +60,14 @@ script:
|
|||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- cmake
|
||||
- libcurl4-openssl-dev
|
||||
- libelf-dev
|
||||
- libdw-dev
|
||||
- libelf-dev
|
||||
- libzzip-dev
|
||||
- tree
|
||||
sources:
|
||||
- kalakris-cmake
|
||||
after_success:
|
||||
- |
|
||||
pushd .imag-documentation &&
|
||||
|
|
Loading…
Reference in a new issue