parent
be2c9313a4
commit
171b4f8a06
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
language: generic
|
||||||
|
install: git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
|
||||||
|
# debootstrap in trusty is old...
|
||||||
|
before_script: sudo ln -s sid /usr/share/debootstrap/scripts/stretch
|
||||||
|
script: ~/qubes-builder/scripts/travis-build
|
||||||
|
env:
|
||||||
|
- DISTS_VM=fc23 USE_QUBES_REPO_VERSION=3.2 USE_QUBES_REPO_TESTING=1
|
||||||
|
- DISTS_VM=jessie USE_QUBES_REPO_VERSION=3.2 USE_QUBES_REPO_TESTING=1
|
||||||
|
- DISTS_VM=stretch USE_QUBES_REPO_VERSION=3.2 USE_QUBES_REPO_TESTING=1
|
Loading…
Reference in New Issue
Block a user