build and test against pycairo - refs #2675
This commit is contained in:
parent
3e43c692cc
commit
8670655012
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ install:
|
|||
|
||||
script:
|
||||
- source bootstrap.sh
|
||||
# also install pycairo
|
||||
- wget https://gist.githubusercontent.com/springmeyer/0833fa43794838889139/raw/build_pycairo.sh && chmod +x build_pycairo.sh && ./build_pycairo.sh
|
||||
- export PYTHONPATH=$(pwd)/mason_packages/.link/lib/python2.7/site-packages:${PYTHONPATH}
|
||||
- ./configure
|
||||
- cat config.log
|
||||
- make
|
||||
|
|
Loading…
Reference in a new issue