Print the build results after CI
This commit is contained in:
parent
32e0d92c51
commit
e1e0809253
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -61,3 +61,9 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
cmake --build build --config ${{matrix.config.build_type}}
|
||||
|
||||
- name: Build Results
|
||||
shell: bash
|
||||
run: |
|
||||
git status
|
||||
ls -lR build
|
||||
|
Loading…
Reference in New Issue
Block a user