mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-17 21:04:31 -04:00
Travis: use a tmpfs for the actual build
This commit is contained in:
parent
8c61bc085b
commit
d18e3dc385
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ install:
|
|||
- pip install pycodestyle
|
||||
|
||||
script:
|
||||
- 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"
|
||||
- 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"
|
||||
- pycodestyle --exclude=thirdparty,.git $PWD
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue