Skip to content
Snippets Groups Projects
Commit c3ccfaa9 authored by Dmitry Puzyrkov's avatar Dmitry Puzyrkov
Browse files

[*] parallel make in ci

parent e388680f
No related branches found
No related tags found
1 merge request!897hotfix-6925
Pipeline #17481 passed with stage
in 27 seconds
......@@ -22,7 +22,7 @@ tests:
before_script: /opt/buildtools/prepare_environment.sh amd64-linux
script:
- mkdir build
- cd build && cmake .. -DBUILD_CELLFRAME_SDK_TESTS=ON -DOFF_CORE_CELLFRAME_SDK_TESTS_OFF=network-monitor -DOFF_CRYPTO_CELLFRAME_SDK_TESTS_OFF="new-hope, multisign" && make
- cd build && cmake .. -DBUILD_CELLFRAME_SDK_TESTS=ON -DOFF_CORE_CELLFRAME_SDK_TESTS_OFF=network-monitor -DOFF_CRYPTO_CELLFRAME_SDK_TESTS_OFF="new-hope, multisign" && make -j$(nproc)
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