Skip to content

Commit

Permalink
install python packaging tools by apt for bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
figroc committed Feb 11, 2021
1 parent 5315e2f commit 1776827
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ matrix:
- libgtest-dev
- libssl-dev
- swig3.0
- python3-pip
- python3-setuptools
- python3-wheel
env:
- MATRIX_EVAL="CC=gcc && CXX=g++"
- GTEST_ROOT=/usr/src/gtest
Expand All @@ -29,6 +32,9 @@ matrix:
- libgtest-dev
- libssl-dev
- swig3.0
- python3-pip
- python3-setuptools
- python3-wheel
env:
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
- GTEST_ROOT=/usr/src/gtest
Expand All @@ -45,6 +51,9 @@ matrix:
- libgtest-dev
- libssl-dev
- swig3.0
- python3-pip
- python3-setuptools
- python3-wheel
env:
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
- GTEST_ROOT=/usr/src/gtest
Expand All @@ -61,6 +70,9 @@ matrix:
- libgtest-dev
- libssl-dev
- swig3.0
- python3-pip
- python3-setuptools
- python3-wheel
env:
- MATRIX_EVAL="CC=gcc-10 && CXX=g++-10"
- GTEST_ROOT=/usr/src/gtest
Expand All @@ -74,6 +86,9 @@ matrix:
- libgtest-dev
- libssl-dev
- swig3.0
- python3-pip
- python3-setuptools
- python3-wheel
env:
- MATRIX_EVAL="CC=clang && CXX=clang++"
- GTEST_ROOT=/usr/src/gtest
Expand All @@ -92,6 +107,9 @@ matrix:
- libgtest-dev
- libssl-dev
- swig3.0
- python3-pip
- python3-setuptools
- python3-wheel
env:
- MATRIX_EVAL="CC=clang-8 && CXX=clang++-8"
- GTEST_ROOT=/usr/src/gtest
Expand All @@ -110,6 +128,9 @@ matrix:
- libgtest-dev
- libssl-dev
- swig3.0
- python3-pip
- python3-setuptools
- python3-wheel
env:
- MATRIX_EVAL="CC=clang-9 && CXX=clang++-9"
- GTEST_ROOT=/usr/src/gtest
Expand All @@ -128,6 +149,9 @@ matrix:
- libgtest-dev
- libssl-dev
- swig3.0
- python3-pip
- python3-setuptools
- python3-wheel
env:
- MATRIX_EVAL="CC=clang-10 && CXX=clang++-10"
- GTEST_ROOT=/usr/src/gtest
Expand Down Expand Up @@ -155,7 +179,6 @@ install:
- if [[ "$TRAVIS_OS_NAME" == osx ]]; then brew install gflags glog swig; fi
- if [[ "$TRAVIS_OS_NAME" == osx ]]; then wget https://github.com/google/googletest/archive/release-1.8.0.tar.gz; fi
- if [[ "$TRAVIS_OS_NAME" == osx ]]; then tar zxvf release-1.8.0.tar.gz; fi
- python3 -m pip install setuptools wheel

script:
- mkdir build
Expand Down

0 comments on commit 1776827

Please sign in to comment.