mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-25 10:34:21 +00:00
ci: fix building of pygraphviz
This commit is contained in:
parent
640a72c52d
commit
65cb85a887
@ -5,7 +5,7 @@ test:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y gettext python3-xapian
|
- apt-get install -y gettext python3-xapian libgraphviz-dev
|
||||||
- pushd /usr/lib/python3/dist-packages/xapian && ln -s _xapian* _xapian.so && popd
|
- pushd /usr/lib/python3/dist-packages/xapian && ln -s _xapian* _xapian.so && popd
|
||||||
- export PYTHONPATH="/usr/lib/python3/dist-packages:$PYTHONPATH"
|
- export PYTHONPATH="/usr/lib/python3/dist-packages:$PYTHONPATH"
|
||||||
- python -c 'import xapian' # Fail immediately if there is a problem with xapian
|
- python -c 'import xapian' # Fail immediately if there is a problem with xapian
|
||||||
|
Loading…
Reference in New Issue
Block a user