PEP8: Just don't do it
This commit is contained in:
parent
80b1a7e0b6
commit
3450f0b963
@ -16,9 +16,7 @@ notifications:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- docker build -t calamares .
|
- docker build -t calamares .
|
||||||
- pip install pycodestyle
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker run -v $PWD:/src --tmpfs /build:rw,size=65536k calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON /src && make -j2 && make install DESTDIR=/build/INSTALL_ROOT"
|
- docker run -v $PWD:/src --tmpfs /build:rw,size=65536k calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON /src && make -j2 && make install DESTDIR=/build/INSTALL_ROOT"
|
||||||
- pycodestyle --exclude=thirdparty,.git $PWD
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user