mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Fix Travis-ci Linux build
[skip AppVeyor] Copy sip.h to default Python include directory. [publish binaries]
This commit is contained in:
@@ -53,7 +53,7 @@ python3.7 --version
|
||||
wget --no-verbose https://sourceforge.net/projects/pyqt/files/sip/sip-4.19.8/sip-4.19.8.tar.gz
|
||||
tar xf sip-4.19.8.tar.gz
|
||||
cd sip-4.19.8
|
||||
python3.7 configure.py
|
||||
python3.7 configure.py --incdir=/usr/include/python3.7
|
||||
make
|
||||
sudo make install
|
||||
cd ${TRAVIS_BUILD_DIR}
|
||||
|
||||
Reference in New Issue
Block a user