mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
try python again, 7 (ok, now manually)
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -45,9 +45,16 @@ before_install:
|
||||
#- sudo apt-get install libc6-dbg
|
||||
#
|
||||
# python bindings runtime dependencies
|
||||
- git clone https://github.com/atgreen/libffi
|
||||
- cd libffi
|
||||
- ./autogen.sh
|
||||
- ./configure --prefix=/usr
|
||||
- make
|
||||
- sudo make install
|
||||
- cd ..
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install python-cffi
|
||||
#- sudo pip install cffi
|
||||
- sudo apt-get install python-pip
|
||||
- sudo pip install cffi
|
||||
#
|
||||
# finally prepare autoconf stuff
|
||||
- ./autogen.sh
|
||||
|
||||
Reference in New Issue
Block a user