calamares/.travis.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
368 B
YAML
Raw Permalink Normal View History

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
2017-10-23 12:45:42 +02:00
language: cpp
2017-03-17 13:31:19 +01:00
python:
- 3.5
sudo: required
services:
- docker
2017-03-15 18:36:06 +01:00
notifications:
irc:
- "chat.freenode.net#manjaro"
2017-03-15 18:36:06 +01:00
2017-03-15 18:33:08 +01:00
install:
- docker build -t calamares .
2017-03-15 17:10:11 +01:00
script:
- docker run -v $PWD:/src --tmpfs /build:rw,size=112M -e SRCDIR=/src -e BUILDDIR=/build calamares "/src/ci/travis.sh"