mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
disabled json, libjansson is installed but it doesnt find it. leck mich halt
This commit is contained in:
@@ -46,7 +46,7 @@ before_install:
|
|||||||
#
|
#
|
||||||
# python bindings runtime dependencies
|
# python bindings runtime dependencies
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install python-pip texinfo libjansson-dev libjansson4
|
- sudo apt-get install python-pip texinfo
|
||||||
- git clone https://github.com/atgreen/libffi
|
- git clone https://github.com/atgreen/libffi
|
||||||
- cd libffi
|
- cd libffi
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
@@ -62,7 +62,7 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
script:
|
script:
|
||||||
- ./configure --enable-python-binding --with-json
|
- ./configure --enable-python-binding
|
||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
- make test
|
- make test
|
||||||
|
|||||||
Reference in New Issue
Block a user