mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 21:31:36 +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 {
|
||||
sh '''
|
||||
make -j 8 WERROR=1
|
||||
cd Pal/ipc/linux
|
||||
make
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,10 @@ pipeline {
|
||||
steps {
|
||||
sh '''
|
||||
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 \
|
||||
libpcre3-dev \
|
||||
libxml2-dev \
|
||||
linux-headers-generic \
|
||||
net-tools \
|
||||
python \
|
||||
python-protobuf \
|
||||
|
||||
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
|
||||
libomp-dev \
|
||||
libpcre3-dev \
|
||||
libxml2-dev \
|
||||
linux-headers-generic \
|
||||
net-tools \
|
||||
python \
|
||||
python-protobuf \
|
||||
|
||||
Reference in New Issue
Block a user