From 69e958b48d3e54567efac6687fa1333f9ba96f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 15 Oct 2020 19:50:49 +0200 Subject: CI: List contents of bin/ after build This can be used to compare impacts on the generated files and especially their size in PRs. --- .github/workflows/linux_builds.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/linux_builds.yml') diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 436671dd95..810ade8301 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -62,6 +62,7 @@ jobs: SCONS_CACHE: ${{github.workspace}}/.scons_cache/ run: | scons -j2 verbose=yes warnings=all werror=yes platform=linuxbsd tools=yes tests=yes target=release_debug module_mono_enabled=yes mono_glue=no + ls -l bin/ # Execute unit tests for the editor - name: Unit Tests @@ -123,6 +124,7 @@ jobs: SCONS_CACHE: ${{github.workspace}}/.scons_cache/ run: | scons -j2 verbose=yes warnings=all werror=yes platform=linuxbsd tools=yes tests=yes target=debug use_asan=yes use_ubsan=yes + ls -l bin/ # Execute unit tests for the editor - name: Unit Tests @@ -183,3 +185,4 @@ jobs: SCONS_CACHE: ${{github.workspace}}/.scons_cache/ run: | scons -j2 verbose=yes warnings=all werror=yes platform=linuxbsd target=release tools=no module_mono_enabled=yes mono_glue=no + ls -l bin/ -- cgit v1.2.3