minor update

This commit is contained in:
Blaise Tine 2024-05-11 06:51:32 -07:00
parent 112e8235ee
commit bb53658ce7

View file

@ -40,8 +40,6 @@ before_install:
else
cp -rf $HOME/third_party $TRAVIS_BUILD_DIR;
fi
install:
- if [ ! -d "$HOME/build$XLEN" ] || [ -z "$(ls -A $HOME/build$XLEN)" ] || [ "$(cat "$HOME/build$XLEN/version.txt")" != "$TRAVIS_COMMIT" ]; then
mkdir -p $TRAVIS_BUILD_DIR/build$XLEN && cd $TRAVIS_BUILD_DIR/build$XLEN;
TOOLDIR=$TOOLDIR XLEN=$XLEN ../configure;
@ -56,7 +54,7 @@ install:
before_script:
- cd $TRAVIS_BUILD_DIR/build$XLEN
- source ci/toolchain_env.sh
stages:
- test