calamares/.travis.yml
Adriaan de Groot a7ed3147af CI: try to work around build timeouts
- started this morning, but also applies now to yesterday's builds
   when they are restarted. Doesn't seem related to the minor CMake
   change done today.
2017-10-25 08:25:48 -04:00

21 lines
410 B
YAML

language: cpp
python:
- 3.5
sudo: required
services:
- docker
notifications:
irc:
- "chat.freenode.net#calamares"
install:
- travis_wait 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"