Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
VERBOSE=1 for make
  • Loading branch information
kinokrt authored Dec 4, 2023
1 parent e8f063f commit f3fb3d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ jobs:
- name: Build targets like unit tests with makefile
run: |
make \
VERBOSE=1 make \
--keep-going \
--directory $GITHUB_WORKSPACE/build/${{ matrix.build-type.conan-name }} \
-j${{ steps.cpu-cores.outputs.count }}
- name: Install targets with makefile
run: |
make install \
VERBOSE=1 make install \
--directory $GITHUB_WORKSPACE/build/${{ matrix.build-type.conan-name }} \
-j${{ steps.cpu-cores.outputs.count }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Create doxygen documentation with makefile
run: |
make \
VERBOSE=1 make \
--directory $GITHUB_WORKSPACE/build/${{ matrix.build-type.conan-name }} \
-j${{ steps.cpu-cores.outputs.count }} \
ipc_doc_public \
Expand Down

0 comments on commit f3fb3d8

Please sign in to comment.