mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 22:01:29 +00:00
[Jenkins] Test the build of graphene-ipc module
At least test the build of graphene-ipc module, even if we don't currently use it or test it, to try to limit bitrot.
This commit is contained in:
committed by
Dmitrii Kuvaiskii
parent
5ec5e2f24c
commit
bdb58741ec
@@ -7,6 +7,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
make -j 8 WERROR=1
|
make -j 8 WERROR=1
|
||||||
|
cd Pal/ipc/linux
|
||||||
|
make
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,6 +7,10 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
make -j 8 WERROR=1
|
make -j 8 WERROR=1
|
||||||
|
/* We can't build this on 18.04 in our current pipeline
|
||||||
|
cd Pal/ipc/linux
|
||||||
|
make
|
||||||
|
*/
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ RUN apt-get update \
|
|||||||
libexpat1-dev \
|
libexpat1-dev \
|
||||||
libpcre3-dev \
|
libpcre3-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
|
linux-headers-generic \
|
||||||
net-tools \
|
net-tools \
|
||||||
python \
|
python \
|
||||||
python-protobuf \
|
python-protobuf \
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libomp-dev \
|
libomp-dev \
|
||||||
libpcre3-dev \
|
libpcre3-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
|
linux-headers-generic \
|
||||||
net-tools \
|
net-tools \
|
||||||
python \
|
python \
|
||||||
python-protobuf \
|
python-protobuf \
|
||||||
|
|||||||
Reference in New Issue
Block a user