Add make to traivs
Signed-off-by: Pengfei Ni <feiskyer@gmail.com>
This commit is contained in:
parent
25cc9e9810
commit
a1cfb250e1
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ services:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get -qq install btrfs-tools libdevmapper-dev libgpgme11-dev
|
- sudo apt-get -qq install btrfs-tools libdevmapper-dev libgpgme11-dev libapparmor-dev libseccomp-dev
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- make install.tools
|
- make install.tools
|
||||||
|
@ -26,6 +26,7 @@ script:
|
||||||
- make lint
|
- make lint
|
||||||
- make integration
|
- make integration
|
||||||
- make docs
|
- make docs
|
||||||
|
- make
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#ocid"
|
irc: "chat.freenode.net#ocid"
|
||||||
|
|
Loading…
Reference in a new issue