Travis: looks like /build exists in the resulting system, so use /cbuild
This commit is contained in:
parent
f466c5de80
commit
fc577b4b79
@ -19,6 +19,6 @@ install:
|
|||||||
- pip install pycodestyle
|
- pip install pycodestyle
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker run -v $PWD:/build calamares bash -lc "mkdir /build ; chmod 755 /build ; cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON . && make -j2"
|
- 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"
|
||||||
- pycodestyle --exclude=thirdparty,.git $PWD
|
- pycodestyle --exclude=thirdparty,.git $PWD
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user