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:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
- cmake
|
||||||
- libcurl4-openssl-dev
|
- libcurl4-openssl-dev
|
||||||
- libelf-dev
|
|
||||||
- libdw-dev
|
- libdw-dev
|
||||||
|
- libelf-dev
|
||||||
|
- libzzip-dev
|
||||||
|
- tree
|
||||||
|
sources:
|
||||||
|
- kalakris-cmake
|
||||||
after_success:
|
after_success:
|
||||||
- |
|
- |
|
||||||
pushd .imag-documentation &&
|
pushd .imag-documentation &&
|
||||||
|
|
Loading…
Reference in a new issue