aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-01-20 04:16:06 -0800
committerChris Robinson <[email protected]>2021-01-20 04:16:06 -0800
commite1e0809253b6a361a5d9862d887de2557bbe9742 (patch)
treecce63743ed1182e4ce8faf62fc425e44cc2a3da4 /.github
parent32e0d92c5160e927404c6c516d7edbd63e0d58eb (diff)
Print the build results after CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5c8b7423..d7ef0fec 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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