File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
sudo : required
2
- dist : trusty
2
+ dist : xenial
3
3
install : git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
4
4
script : ~/qubes-builder/scripts/travis-build linux-template-builder
5
5
after_success :
19
19
- DISTS_VM=stretch+standard USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 TEMPLATE_ROOT_WITH_PARTITIONS=1
20
20
- DISTS_VM=stretch+minimal+no-recommends USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 TEMPLATE_ROOT_WITH_PARTITIONS=1
21
21
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
+
22
37
# don't build tags which are meant for code signing only
23
38
branches :
24
39
except :
You can’t perform that action at this time.
0 commit comments