Travis: looks like /build exists in the resulting system, so use /cbuild

This commit is contained in:
Adriaan de Groot 2017-07-10 14:38:54 -04:00
parent f466c5de80
commit fc577b4b79

View File

@ -19,6 +19,6 @@ install:
- pip install pycodestyle
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