mirror of https://github.com/cutefishos/calamares
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
302 B
YAML
21 lines
302 B
YAML
language: cpp
|
|
|
|
python:
|
|
- 3.5
|
|
|
|
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
notifications:
|
|
irc:
|
|
- "chat.freenode.net#calamares"
|
|
|
|
install:
|
|
- docker build -t calamares .
|
|
|
|
script:
|
|
- docker run -v $PWD:/src --tmpfs /build:rw,size=81920k -e SRCDIR=/src -e BUILDDIR=/build calamares "/src/ci/travis.sh"
|
|
|