travis: build full ISO, including templates

Such ISO could be used for further tests, in contrary to the previous
one which had no templates.

(cherry picked from commit 3d54b98be9)
This commit is contained in:
Marek Marczykowski-Górecki 2018-02-24 14:36:10 +01:00
parent db9e2ae9ec
commit 936625f225
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -9,6 +9,6 @@ after_script:
- tail -n 100 ~/qubes-builder/build-logs/installer-qubes-os-iso-*.log
- ls -l ~/qubes-builder/iso
env:
- DIST_DOM0=fc23 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso.ks USE_QUBES_REPO_VERSION=3.2
- DIST_DOM0=fc23 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-full.ks USE_QUBES_REPO_VERSION=3.2
- DIST_DOM0=fc23 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-unsigned.ks USE_QUBES_REPO_VERSION=3.2 EXPECT_FAILURE=./expected-failure
- DIST_DOM0=fc23 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-unknown-key.ks USE_QUBES_REPO_VERSION=3.2 EXPECT_FAILURE=./expected-failure