mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
trying to cache something
This commit is contained in:
parent
264a321e7a
commit
2cba99115a
10
.travis.yml
10
.travis.yml
@ -8,6 +8,9 @@ os:
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
git:
|
||||
depth 1
|
||||
|
||||
before_install:
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]
|
||||
@ -31,9 +34,12 @@ install:
|
||||
sudo apt-get -y install qt55[QTPACKAGE]
|
||||
fi
|
||||
- cd ..
|
||||
- git clone -b devel https://github.com/cnr-isti-vclab/vcglib.git
|
||||
- git clone --depth 1 -b devel https://github.com/cnr-isti-vclab/vcglib.git
|
||||
- cd meshlab
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/Library/Caches/Homebrew
|
||||
- $HOME/vcglib
|
||||
script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PATH="/usr/local/opt/llvm/bin:$PATH" ;fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which clang ;fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user