mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Output qmake -query on travis for debugging
This commit is contained in:
parent
e6693dc033
commit
bdb72b02dc
@ -2,11 +2,10 @@ sudo: false
|
|||||||
language: generic
|
language: generic
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- SW=$HOME/sw PATH=$SW/bin:$PATH CFLAGS=-I$SW/include LDFLAGS=-L$SW/lib LD_LIBRARY_PATH=$SW/qt/lib:$SW/lib PKG_CONFIG_PATH=$SW/lib/pkgconfig QMAKE=$SW/qt/bin/qmake QMAKESPEC=$SW/qt/mkspecs/linux-g++
|
- SW=$HOME/sw PATH=$SW/bin:$PATH CFLAGS=-I$SW/include LDFLAGS=-L$SW/lib LD_LIBRARY_PATH=$SW/qt/lib:$SW/lib PKG_CONFIG_PATH=$SW/lib/pkgconfig QMAKE=$SW/qt/bin/qmake
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- curl https://download.calibre-ebook.com/travis/sw-linux.tar.xz | tar xJ -C $HOME
|
- curl https://download.calibre-ebook.com/travis/sw-linux.tar.xz | tar xJ -C $HOME
|
||||||
- echo "[Paths]\nPrefix = .." > $SW/qt/bin/qt.conf
|
- $QMAKE -query
|
||||||
- cat $SW/qt/bin/qt.conf
|
|
||||||
- python setup.py bootstrap --ephemeral
|
- python setup.py bootstrap --ephemeral
|
||||||
script: python setup.py test
|
script: python setup.py test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user