mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
add before_install stage in .travis.yml
This commit is contained in:
parent
6809839ffc
commit
84c47daf86
@ -4,6 +4,8 @@ dist: bionic
|
||||
addons:
|
||||
apt:
|
||||
update: true
|
||||
before_install:
|
||||
- wget -qO- "https://cmake.org/files/v3.14/cmake-3.14.3-Linux-x86_64.tar.gz" | sudo tar --strip-components=1 -xz -C /usr/local
|
||||
install:
|
||||
- source $TRAVIS_BUILD_DIR/ci/travis/install_dependency.sh
|
||||
script:
|
||||
|
||||
@ -2,9 +2,6 @@
|
||||
|
||||
set -e
|
||||
|
||||
wget -qO- "https://cmake.org/files/v3.14/cmake-3.14.3-Linux-x86_64.tar.gz" |
|
||||
sudo tar --strip-components=1 -xz -C /usr/local
|
||||
|
||||
wget -P /tmp https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
|
||||
|
||||
sudo apt-key add /tmp/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user