Skip to content

Commit 78280c3

Browse files
authored
Test showing build stats
I can't push to JuliaCI#224 so just testing if my fix works properly.
1 parent ea50eb7 commit 78280c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utilities/build_julia.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ echo "--- Quick consistency checks"
6666
${JULIA_EXE} -e "import Test; Test.@test Sys.ARCH == :${ARCH:?}"
6767
${JULIA_EXE} -e "import Test; Test.@test Sys.WORD_SIZE == ${EXPECTED_WORD_SIZE:?}"
6868

69+
echo "--- Show build stats"
70+
${MAKE} "${MFLAGS[@]}" build-stats
71+
6972
echo "--- Create build artifacts"
7073
${MAKE} "${MFLAGS[@]}" binary-dist
7174

0 commit comments

Comments
 (0)