mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 12:17:35 +00:00
Commentary
This commit is contained in:
parent
d1c7875406
commit
332a687aef
@ -26,4 +26,5 @@ if git log --format=%B -n 1 "$COMMIT" | grep -q -i '\[CI\s\+ccache\s\+clear\]';
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Dump stats, then zero stats
|
# Dump stats, then zero stats
|
||||||
|
# 22.04: ccache -s -v -z
|
||||||
ccache -s -z
|
ccache -s -z
|
||||||
|
@ -49,6 +49,7 @@ if [ "$CI_BUILD_STAGE_NAME" = "build" ]; then
|
|||||||
./configure --enable-longtests --enable-ccwarn ${CI_M32:+--enable-m32}
|
./configure --enable-longtests --enable-ccwarn ${CI_M32:+--enable-m32}
|
||||||
ccache -z
|
ccache -z
|
||||||
"$MAKE" -j "$NPROC" -k
|
"$MAKE" -j "$NPROC" -k
|
||||||
|
# 22.04: ccache -s -v
|
||||||
ccache -s
|
ccache -s
|
||||||
if [ "$CI_OS_NAME" = "osx" ]; then
|
if [ "$CI_OS_NAME" = "osx" ]; then
|
||||||
file bin/verilator_bin
|
file bin/verilator_bin
|
||||||
@ -180,6 +181,7 @@ elif [ "$CI_BUILD_STAGE_NAME" = "test" ]; then
|
|||||||
fatal "Unknown test: $TESTS"
|
fatal "Unknown test: $TESTS"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
# 22.04: ccache -s -v
|
||||||
ccache -s
|
ccache -s
|
||||||
|
|
||||||
# Upload coverage data
|
# Upload coverage data
|
||||||
|
Loading…
Reference in New Issue
Block a user