From 3d4edb81ee0bceac13cd1d38add94f6eba92e5aa Mon Sep 17 00:00:00 2001 From: Sergey Kosukhin <sergey.kosukhin@mpimet.mpg.de> Date: Thu, 7 Apr 2022 17:46:12 +0200 Subject: [PATCH] Update the CI script for Python and Ruby interfaces. --- .ci/bb/breeze-mpim/test.ru-py.gcc-6.3.0 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.ci/bb/breeze-mpim/test.ru-py.gcc-6.3.0 b/.ci/bb/breeze-mpim/test.ru-py.gcc-6.3.0 index 2f8891517..e30a681f8 100755 --- a/.ci/bb/breeze-mpim/test.ru-py.gcc-6.3.0 +++ b/.ci/bb/breeze-mpim/test.ru-py.gcc-6.3.0 @@ -25,7 +25,11 @@ LDFLAGS="-L${UUID_ROOT}/lib" make -j8 -# For now, we only check that the interfaces can be built: -make -j8 -C interfaces rubyLib rubyObj pythonLib pythonObj +# Build the interfaces: +make -j8 -C interfaces rubyLib rubyObj pythonLib pythonObj CdiInfo + +# Test the interfaces: +make -j8 -C interfaces rubyLibTest rubyObjTest pythonLibTest pythonObjTest +(cd interfaces && ./CdiInfo) make -j8 check || { cat tests/test-suite.log; exit 1; } -- GitLab