2016-06-01 22:58:42 +02:00
|
|
|
sudo: required
|
2018-12-15 17:08:20 +01:00
|
|
|
dist: xenial
|
2017-05-20 13:05:54 +02:00
|
|
|
language: python
|
|
|
|
python: '3.5'
|
2016-06-01 22:58:42 +02:00
|
|
|
install: git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
|
|
|
|
script: ~/qubes-builder/scripts/travis-build
|
|
|
|
env:
|
2017-09-26 22:59:19 +02:00
|
|
|
- DISTS_VM=fc26 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
|
2018-04-21 14:15:08 +02:00
|
|
|
- DISTS_VM=fc27 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
|
2018-08-01 02:53:09 +02:00
|
|
|
- DISTS_VM=fc28 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
|
2018-10-09 14:54:34 +02:00
|
|
|
- DISTS_VM=fc29 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
|
2017-05-20 16:04:35 +02:00
|
|
|
- DISTS_VM=jessie USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
|
|
|
|
- DISTS_VM=stretch USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
|
2018-08-01 02:53:09 +02:00
|
|
|
- DISTS_VM=buster USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
|
2018-05-01 15:20:53 +02:00
|
|
|
- DISTS_VM=centos7 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
|
2017-05-20 13:05:54 +02:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
include:
|
|
|
|
- python: '3.5'
|
|
|
|
install: pip install --quiet -r ci/requirements.txt
|
|
|
|
env: TESTS_ONLY=1
|
|
|
|
script:
|
|
|
|
- ./run-tests
|
2017-09-30 04:56:45 +02:00
|
|
|
- shellcheck $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files))
|
2017-05-20 13:05:54 +02:00
|
|
|
after_success:
|
|
|
|
- codecov
|
|
|
|
- stage: deploy
|
|
|
|
python: '3.5'
|
|
|
|
env: DIST_DOM0=fc25 TESTS_ONLY=
|
|
|
|
script: ~/qubes-builder/scripts/travis-deploy
|
|
|
|
|
|
|
|
|
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- /.*_.*/
|