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
599edfbbeb
commit
df95c7c4c6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ cache:
|
|||
- $HOME/third_party
|
||||
|
||||
before_install:
|
||||
- cd $TRAVIS_BUILD_DIR/build
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue