Skip to content

Commit

Permalink
Use cmake from kitware repo for bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
traceon committed Feb 24, 2020
1 parent 7c24730 commit 4ef9685
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ jobs:
- docker
addons:
apt:
sources:
- sourceline: 'deb https://apt.kitware.com/ubuntu/ bionic main'
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
packages:
- gcc
- g++
- cmake
- unixodbc
- unixodbc-bin
- unixodbc-dev
Expand All @@ -61,9 +65,13 @@ jobs:
- docker
addons:
apt:
sources:
- sourceline: 'deb https://apt.kitware.com/ubuntu/ bionic main'
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
packages:
- gcc
- g++
- cmake
- unixodbc
- unixodbc-bin
- unixodbc-dev
Expand All @@ -86,9 +94,13 @@ jobs:
- docker
addons:
apt:
sources:
- sourceline: 'deb https://apt.kitware.com/ubuntu/ bionic main'
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
packages:
- gcc
- g++
- cmake
- unixodbc
- unixodbc-bin
- unixodbc-dev
Expand All @@ -111,9 +123,13 @@ jobs:
- docker
addons:
apt:
sources:
- sourceline: 'deb https://apt.kitware.com/ubuntu/ bionic main'
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
packages:
- gcc
- g++
- cmake
- openssl
- libssl-dev
- libpoco-dev
Expand All @@ -140,8 +156,12 @@ jobs:
- docker
addons:
apt:
sources:
- sourceline: 'deb https://apt.kitware.com/ubuntu/ bionic main'
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
packages:
- clang
- cmake
- unixodbc
- unixodbc-bin
- unixodbc-dev
Expand All @@ -164,9 +184,13 @@ jobs:
- docker
addons:
apt:
sources:
- sourceline: 'deb https://apt.kitware.com/ubuntu/ bionic main'
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
packages:
- gcc
- g++
- cmake
- iodbc
- libiodbc2
- libiodbc2-dev
Expand All @@ -189,8 +213,12 @@ jobs:
- docker
addons:
apt:
sources:
- sourceline: 'deb https://apt.kitware.com/ubuntu/ bionic main'
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
packages:
- clang
- cmake
- iodbc
- libiodbc2
- libiodbc2-dev
Expand Down Expand Up @@ -287,6 +315,7 @@ before_install: |-
install: |-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export PATH=$(echo "$PATH" | sed -e 's|:/usr/local/cmake-[^:]*/bin:|:|')
sudo apt-get install -y build-essential cmake perl libdbi-perl libdbd-odbc-perl python python-pyodbc
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# brew install cmake perl python
Expand Down

0 comments on commit 4ef9685

Please sign in to comment.