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
4bb31e63e2
commit
aaba10a133
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ cache:
|
|||
- $HOME/third_party
|
||||
|
||||
before_install:
|
||||
- mkdir -p $HOME/build
|
||||
- cd $HOME/build && TOOLDIR=$TOOLDIR XLEN=$XLEN ../configure
|
||||
- mkdir -p build && cd build
|
||||
- TOOLDIR=$TOOLDIR XLEN=$XLEN ../configure
|
||||
install:
|
||||
- if [ ! -d "$TOOLDIR" ] || [ -z "$(ls -A $TOOLDIR)" ] || [ "$(cat "$TOOLDIR/version.txt")" != "v0.2" ]; then
|
||||
rm -rf $TOOLDIR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue