mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-21 02:00:33 +01:00
Cache cmake-3.2.3-Linux-x86_64.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
89895be433
commit
1b737fb5db
@ -2,6 +2,8 @@ language: cpp
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
- apt
|
- apt
|
||||||
|
directories:
|
||||||
|
- cmake-3.2.3-Linux-x86_64
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
@ -11,8 +13,8 @@ before_install:
|
|||||||
# we need a recent version of CMake
|
# we need a recent version of CMake
|
||||||
# - sudo add-apt-repository -y ppa:andykimpe/cmake3
|
# - sudo add-apt-repository -y ppa:andykimpe/cmake3
|
||||||
# linux prereqisite packages
|
# linux prereqisite packages
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then wget --no-check-certificate https://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.tar.gz; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ] && [ ! -d cmake-3.2.3-Linux-x86_64 ]; then wget --no-check-certificate https://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.tar.gz; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then tar -xzvf cmake-3.2.3-Linux-x86_64.tar.gz; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ] && [ ! -d cmake-3.2.3-Linux-x86_64 ]; then tar -xzvf cmake-3.2.3-Linux-x86_64.tar.gz; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export PATH=$PWD/cmake-3.2.3-Linux-x86_64/bin:$PATH; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export PATH=$PWD/cmake-3.2.3-Linux-x86_64/bin:$PATH; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq -y unixodbc-dev libmysqlclient-dev libsqlite3-dev; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq -y unixodbc-dev libmysqlclient-dev libsqlite3-dev; fi
|
||||||
@ -43,12 +45,12 @@ env:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo ${TEST_NAME}
|
- echo ${TEST_NAME}
|
||||||
- sqlite3 -version
|
|
||||||
- chmod 755 ./travis/Linux/runtests.sh
|
- chmod 755 ./travis/Linux/runtests.sh
|
||||||
- chmod 755 ./travis/OSX/runtests.sh
|
- chmod 755 ./travis/OSX/runtests.sh
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then mysql -u root -e 'create database pocotestdb;'; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then mysql -u root -e 'create database pocotestdb;'; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then mysql --version; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then mysql --version; fi
|
||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then postgres --version; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then postgres --version; fi
|
||||||
|
- sqlite3 -version
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user