Skip to content
Snippets Groups Projects
Commit 3d4edb81 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Update the CI script for Python and Ruby interfaces.

parent 03228820
No related branches found
No related tags found
1 merge request!11Consolidation with CDI-PIO (1.8.x)
......@@ -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; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment