[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:
Don Porter
2019-08-01 01:02:32 -07:00
committed by Dmitrii Kuvaiskii
parent 5ec5e2f24c
commit bdb58741ec
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ pipeline {
steps {
sh '''
make -j 8 WERROR=1
cd Pal/ipc/linux
make
'''
}
}
+4
View File
@@ -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
*/
'''
}
}
+1
View File
@@ -14,6 +14,7 @@ RUN apt-get update \
libexpat1-dev \
libpcre3-dev \
libxml2-dev \
linux-headers-generic \
net-tools \
python \
python-protobuf \
+1
View File
@@ -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 \