mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 00:03:53 +00:00
try to fix travis builds
This commit is contained in:
@@ -13,6 +13,7 @@ RUN apt-get install -y \
|
|||||||
lsb-release \
|
lsb-release \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3 \
|
python3 \
|
||||||
|
python3-dev \
|
||||||
python3-distutils \
|
python3-distutils \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
sudo
|
sudo
|
||||||
|
|||||||
@@ -13,5 +13,6 @@ RUN apt-get install -y \
|
|||||||
lsb-release \
|
lsb-release \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3 \
|
python3 \
|
||||||
|
python3-dev \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
sudo
|
sudo
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" && "$CXX" = "g++" ]]; then
|
|||||||
$SUDO apt-get update
|
$SUDO apt-get update
|
||||||
$SUDO apt-get install -y python3
|
$SUDO apt-get install -y python3
|
||||||
$SUDO apt-get install -y python3-pip
|
$SUDO apt-get install -y python3-pip
|
||||||
|
$SUDO apt-get install python3-dev
|
||||||
$SUDO pip3 install -U wheel
|
$SUDO pip3 install -U wheel
|
||||||
$SUDO pip3 install -U setuptools
|
$SUDO pip3 install -U setuptools
|
||||||
python3 setup.py install --user
|
python3 setup.py install --user
|
||||||
|
|||||||
Reference in New Issue
Block a user