Print the build results after CI

This commit is contained in:
Chris Robinson
2021-01-20 04:16:06 -08:00
parent 32e0d92c51
commit e1e0809253
+6
View File
@@ -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