Skip to content

Commit cebe530

Browse files
committed
travis: add test package build
1 parent ef239ab commit cebe530

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.travis.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
dist: trusty
2+
dist: xenial
33
install: git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
44
script: ~/qubes-builder/scripts/travis-build linux-template-builder
55
after_success:
@@ -19,6 +19,21 @@ env:
1919
- DISTS_VM=stretch+standard USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 TEMPLATE_ROOT_WITH_PARTITIONS=1
2020
- DISTS_VM=stretch+minimal+no-recommends USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 TEMPLATE_ROOT_WITH_PARTITIONS=1
2121

22+
jobs:
23+
include:
24+
# example "3.0 (quilt)" package, without upstream tarball
25+
- script: ~/qubes-builder/scripts/travis-build core-vchan-xen
26+
env: DISTS_VM=stretch USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
27+
# example "3.0 (native)" package
28+
- script: ~/qubes-builder/scripts/travis-build linux-utils
29+
env: DISTS_VM=stretch USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
30+
# example "3.0 (quilt)" package, with upstream tarball
31+
- script: ~/qubes-builder/scripts/travis-build python-u2flib-host
32+
env: DISTS_VM=stretch USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
33+
# example ubuntu build
34+
- script: ~/qubes-builder/scripts/travis-build app-shutdown-idle
35+
env: DISTS_VM=xenial
36+
2237
# don't build tags which are meant for code signing only
2338
branches:
2439
except:

0 commit comments

Comments
 (0)