Tests: Backout part of previous commit.
This commit is contained in:
parent
bd42e31b2a
commit
e2dec043a0
|
|
@ -24,14 +24,11 @@ cache:
|
||||||
- $VERILATOR_CACHE
|
- $VERILATOR_CACHE
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- date
|
|
||||||
# Perl modules needed for testing
|
# Perl modules needed for testing
|
||||||
# Not listing Bit::Vector as slow to install, and only skips one test
|
# Not listing Bit::Vector as slow to install, and only skips one test
|
||||||
- yes yes | sudo cpan -fi Unix::Processors Parallel::Forker
|
- yes yes | sudo cpan -fi Unix::Processors Parallel::Forker
|
||||||
- date
|
|
||||||
- sudo apt-get install gdb gtkwave
|
- sudo apt-get install gdb gtkwave
|
||||||
- sudo apt-get install libgoogle-perftools-dev
|
- sudo apt-get install libgoogle-perftools-dev
|
||||||
- date
|
|
||||||
before_script:
|
before_script:
|
||||||
- bash -x ci/build_vcddiff.sh
|
- bash -x ci/build_vcddiff.sh
|
||||||
- bash -x ci/build_verilator.sh
|
- bash -x ci/build_verilator.sh
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# Lesser General Public License Version 3 or the Perl Artistic License
|
||||||
# Version 2.0.
|
# Version 2.0.
|
||||||
set -e
|
set -e
|
||||||
date
|
|
||||||
|
|
||||||
# NB: it would be better to add this via a PPA
|
# NB: it would be better to add this via a PPA
|
||||||
|
|
||||||
|
|
@ -17,5 +16,3 @@ VCDDIFF_DIR=${TMP_DIR}/vcddiff
|
||||||
git -C "${VCDDIFF_DIR}" checkout 5112f88b7ba8818dce9dfb72619e64a1fc19542c
|
git -C "${VCDDIFF_DIR}" checkout 5112f88b7ba8818dce9dfb72619e64a1fc19542c
|
||||||
make -C "${VCDDIFF_DIR}"
|
make -C "${VCDDIFF_DIR}"
|
||||||
sudo cp "${VCDDIFF_DIR}/vcddiff" /usr/local/bin
|
sudo cp "${VCDDIFF_DIR}/vcddiff" /usr/local/bin
|
||||||
|
|
||||||
date
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@
|
||||||
# process or add Verilator as a Git submodule. Verilator tarballs can
|
# process or add Verilator as a Git submodule. Verilator tarballs can
|
||||||
# not be used as the script relies on Git revisions for caching.
|
# not be used as the script relies on Git revisions for caching.
|
||||||
set -e
|
set -e
|
||||||
date
|
|
||||||
|
|
||||||
if [ -z "${VERILATOR_NUM_JOBS}" ]; then
|
if [ -z "${VERILATOR_NUM_JOBS}" ]; then
|
||||||
VERILATOR_NUM_JOBS=$(nproc)
|
VERILATOR_NUM_JOBS=$(nproc)
|
||||||
|
|
@ -63,5 +62,3 @@ else
|
||||||
autoconf && ./configure ${VERILATOR_CONFIG_FLAGS}
|
autoconf && ./configure ${VERILATOR_CONFIG_FLAGS}
|
||||||
cp ${VERILATOR_CACHE}/* bin
|
cp ${VERILATOR_CACHE}/* bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
date
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
# Lesser General Public License Version 3 or the Perl Artistic License
|
# Lesser General Public License Version 3 or the Perl Artistic License
|
||||||
# Version 2.0.
|
# Version 2.0.
|
||||||
set -e
|
set -e
|
||||||
date
|
|
||||||
|
|
||||||
export DRIVER_FLAGS='-j 0 --quiet --rerun'
|
export DRIVER_FLAGS='-j 0 --quiet --rerun'
|
||||||
|
|
||||||
|
|
@ -25,5 +24,3 @@ case $1 in
|
||||||
exit -1
|
exit -1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
date
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue