Commit e61cdc61 authored by Siarhei Siamashka's avatar Siarhei Siamashka
Browse files

merge addons sections

parent 3f6d1670
...@@ -4,18 +4,6 @@ compiler: ...@@ -4,18 +4,6 @@ compiler:
- clang - clang
- gcc - gcc
addons:
apt:
packages:
- build-essential
- xorg-dev
- xutils-dev
- x11proto-dri2-dev
- libltdl-dev
- libtool
- automake
- libdrm-dev
script: autoreconf -vi && ./configure && make script: autoreconf -vi && ./configure && make
env: env:
...@@ -36,3 +24,13 @@ addons: ...@@ -36,3 +24,13 @@ addons:
build_command_prepend: "autoreconf -vi && ./configure && make clean" build_command_prepend: "autoreconf -vi && ./configure && make clean"
build_command: "make -j 4" build_command: "make -j 4"
branch_pattern: coverity_scan branch_pattern: coverity_scan
apt:
packages:
- build-essential
- xorg-dev
- xutils-dev
- x11proto-dri2-dev
- libltdl-dev
- libtool
- automake
- libdrm-dev
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment