mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
c39b8e1112
commit
7df4f1ba03
1 changed files with 10 additions and 10 deletions
20
.travis.yml
20
.travis.yml
|
@ -35,16 +35,16 @@ jobs:
|
|||
- stage: setup
|
||||
script:
|
||||
- if [ ! -d "$TOOLDIR" ] || [ -z "$(ls -A $TOOLDIR)" ] || [ "$(cat "$TOOLDIR/version.txt")" != "v1" ]; then
|
||||
rm -rf $TOOLDIR;
|
||||
mkdir -p $TOOLDIR;
|
||||
OSDIR=ubuntu/focal ./ci/toolchain_install.sh --all;
|
||||
echo "v1" > "$TOOLDIR/version.txt";
|
||||
fi
|
||||
- if [ ! -d "$HOME/third_party" ] || [ -z "$(ls -A $HOME/third_party)" ] || [ "$(cat "$HOME/third_party/version.txt")" != "v1" ]; then
|
||||
make -C third_party > /dev/null;
|
||||
cp -r third_party $HOME/third_party;
|
||||
echo "v1" > "$HOME/third_party/version.txt";
|
||||
fi
|
||||
rm -rf $TOOLDIR;
|
||||
mkdir -p $TOOLDIR;
|
||||
OSDIR=ubuntu/focal ./ci/toolchain_install.sh --all;
|
||||
echo "v1" > "$TOOLDIR/version.txt";
|
||||
fi
|
||||
- if [ ! -d "$HOME/third_party" ] || [ -z "$(ls -A $HOME/third_party)" ] || [ "$(cat "$HOME/third_party/version.txt")" != "v1" ]; then
|
||||
make -C third_party > /dev/null;
|
||||
cp -r third_party $HOME/third_party;
|
||||
echo "v1" > "$HOME/third_party/version.txt";
|
||||
fi
|
||||
- stage: build
|
||||
name: build32
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue