Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ rpc: - export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:${CI_PROJECT_DIR}/compiled/lib - compiled/bin/scord -f --force-console & - build/examples/cxx/ADM_ping ofi+tcp://127.0.0.1:52000 - cd build/examples/ - ctest - pkill -TERM scord # run unit tests Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ rpc: - export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:${CI_PROJECT_DIR}/compiled/lib - compiled/bin/scord -f --force-console & - build/examples/cxx/ADM_ping ofi+tcp://127.0.0.1:52000 - cd build/examples/ - ctest - pkill -TERM scord # run unit tests Loading