Skip to content
Snippets Groups Projects
.travis.yml 368 B
Newer Older
#   SPDX-FileCopyrightText: no
#   SPDX-License-Identifier: CC0-1.0
#
language: cpp
Rohan Garg's avatar
Rohan Garg committed

python:
  - 3.5

sudo: required

services:
  - docker

Rohan Garg's avatar
Rohan Garg committed
notifications:
  irc:
    - "chat.freenode.net#manjaro"
Rohan Garg's avatar
Rohan Garg committed

Rohan Garg's avatar
Rohan Garg committed
install:
  - docker build -t calamares .
  - docker run -v $PWD:/src --tmpfs /build:rw,size=112M -e SRCDIR=/src -e BUILDDIR=/build calamares "/src/ci/travis.sh"