summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2021-07-20 19:02:35 +0200
committerPetr Vorel <pvorel@suse.cz>2021-07-20 21:21:27 +0200
commitdc5a7b646d2925f0c70e99ce864c79e841fc343b (patch)
tree0bff447dbfd0717817364189ce6e83c291997f9a /.github
parent10b854cc0d3bd0da15d6db3cfc9b9af9985e6166 (diff)
downloadiputils-dc5a7b646d2925f0c70e99ce864c79e841fc343b.tar.gz
CI: Show all logs
For debugging purposes. Signed-off-by: Petr Vorel <pvorel@suse.cz>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 78a2ad5..9d91d52 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -106,8 +106,17 @@ jobs:
- name: Compile
run: ./build.sh build
+ - name: Show build log
+ run: ./build.sh build-log
+
- name: Install
run: ./build.sh install
+ - name: Show install log
+ run: ./build.sh install-log
+
- name: Run tests
run: if [ ! "$SKIP_TESTS" ]; then ./build.sh test; else echo "tests skipped"; fi
+
+ - name: Show test log
+ run: ./build.sh test-log