2016-05-24 11:49:21 +00:00
|
|
|
sudo: required
|
|
|
|
dist: trusty
|
|
|
|
language: generic
|
|
|
|
install: git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
|
|
|
|
script:
|
|
|
|
- ~/qubes-builder/scripts/travis-build
|
2018-02-24 18:58:13 +00:00
|
|
|
- travis_wait 35 $EXPECT_FAILURE make -C ~/qubes-builder iso BUILDERCONF=scripts/travis-builder.conf VERBOSE=0 COMPONENTS=installer-qubes-os
|
2016-05-24 11:49:21 +00:00
|
|
|
after_script:
|
2016-05-24 23:47:16 +00:00
|
|
|
- tail -n 100 ~/qubes-builder/build-logs/installer-qubes-os-iso-*.log
|
2016-07-12 22:42:18 +00:00
|
|
|
- ls -l ~/qubes-builder/iso
|
2016-05-24 11:49:21 +00:00
|
|
|
env:
|
2018-02-24 18:58:13 +00:00
|
|
|
- DIST_DOM0=fc25 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-full.ks USE_QUBES_REPO_VERSION=4.0 RPM_BUILD_DEFINES=--nocheck
|
2017-04-08 11:36:53 +00:00
|
|
|
- DIST_DOM0=fc25 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-unsigned.ks USE_QUBES_REPO_VERSION=4.0 EXPECT_FAILURE=./expected-failure
|
|
|
|
- DIST_DOM0=fc25 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-unknown-key.ks USE_QUBES_REPO_VERSION=4.0 EXPECT_FAILURE=./expected-failure
|
2018-09-16 01:41:10 +00:00
|
|
|
|
|
|
|
# don't build tags which are meant for code signing only
|
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- /.*_.*/
|