Travis: Do an out-of-source build
This commit is contained in:
parent
ce11c7ab6d
commit
7c06556fac
@ -19,6 +19,6 @@ install:
|
|||||||
- pip install pycodestyle
|
- pip install pycodestyle
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker run -v $PWD:/cbuild calamares bash -lc "mkdir /cbuild ; chmod 755 /cbuild ; cd /cbuild && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON . && make -j2"
|
- docker run -v $PWD:/build calamares bash -lc "mkdir /cbuild ; cd /cbuild && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ../build && make -j2"
|
||||||
- pycodestyle --exclude=thirdparty,.git $PWD
|
- pycodestyle --exclude=thirdparty,.git $PWD
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user