We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f4a4e commit 0f709f5Copy full SHA for 0f709f5
.github/workflows/ccpp.yml
@@ -24,7 +24,7 @@ jobs:
24
sudo docker/scripts/install_dependencies.sh
25
- name: Build srsRAN Project on x86 ${{ matrix.os }} with compiler ${{ matrix.compiler }}
26
run: |
27
- docker/scripts/builder.sh -c ${{ matrix.compiler }} -m "-j$(nproc) install" .
+ docker/scripts/builder.sh -c ${{ matrix.compiler }} -m "-j$(nproc)" .
28
- name: Run unit tests
29
30
cd build && ctest -j$(nproc) --schedule-random --output-on-failure --output-junit xunit.xml
0 commit comments