Travis: try to use the new image again, be stupid about /build

This commit is contained in:
Adriaan de Groot 2017-07-10 14:25:19 -04:00
parent 8ca94db0fa
commit f466c5de80

View File

@ -19,7 +19,6 @@ install:
- pip install pycodestyle - pip install pycodestyle
script: script:
- docker run -v $PWD:/build calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON . && make -j2" - 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"
- pycodestyle --exclude=thirdparty,.git $PWD - pycodestyle --exclude=thirdparty,.git $PWD
group: deprecated-2017Q2