CI: drop silly workarounds now service is restored.
This commit is contained in:
parent
2aa5a14b51
commit
a3ab82f475
@ -13,7 +13,7 @@ notifications:
|
||||
- "chat.freenode.net#calamares"
|
||||
|
||||
install:
|
||||
- travis_wait 30 docker build -t calamares .
|
||||
- docker build -t calamares .
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user