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

Update the CI script for Python and Ruby interfaces.

parent a285c59b
No related branches found
No related tags found
1 merge request!14Draft: K202125/cdi 1.8.x pio merge followup
......@@ -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