2016-05-24 11:49:21 +00:00
|
|
|
sudo: required
|
2019-10-19 19:50:47 +00:00
|
|
|
dist: bionic
|
2016-05-24 11:49:21 +00:00
|
|
|
language: generic
|
|
|
|
install: git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
|
|
|
|
script:
|
|
|
|
- ~/qubes-builder/scripts/travis-build
|
2019-04-05 23:55:44 +00:00
|
|
|
- travis_wait 45 $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:
|
2019-03-09 17:40:58 +00:00
|
|
|
- DIST_DOM0=fc29 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-full.ks USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 RPM_BUILD_DEFINES=--nocheck
|
|
|
|
- DIST_DOM0=fc29 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-unsigned.ks USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 EXPECT_FAILURE=./expected-failure
|
2019-03-17 15:05:23 +00:00
|
|
|
- DIST_DOM0=fc29 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-unsigned2.ks USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 EXPECT_FAILURE=./expected-failure
|
2019-03-09 17:40:58 +00:00
|
|
|
- DIST_DOM0=fc29 INSTALLER_KICKSTART=/tmp/qubes-installer/conf/travis-iso-unknown-key.ks USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1 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:
|
|
|
|
- /.*_.*/
|