-
Notifications
You must be signed in to change notification settings - Fork 30
/
.travis.yml
49 lines (38 loc) · 1007 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
dist: bionic
sudo: required
language: python
python: '3.7'
os: linux
addons:
apt:
packages:
- btrfs-tools
- cpu-checker # provides kvm-ok
- cryptsetup
- cryptsetup-bin
- curl
# pip3 install it because we need a more recent version
#- python3-pexpect
- qemu-utils
- qemu-kvm
- qemu-system-x86
- zstd
matrix:
include:
- name: 'Fedora 29'
env:
dracut_sshd_dist=f29
dracut_sshd_suite=basic
- name: 'Fedora 29 extra'
env:
dracut_sshd_dist=f29
dracut_sshd_suite=extra
- name: 'CentOS 7'
env:
dracut_sshd_dist=c7
dracut_sshd_suite=basic
dracut_sshd_test_key=ed25519
dracut_sshd_test_fail='false'
before_install: ./ci/travis.sh before_install
install: ./ci/travis.sh install
script: ./ci/travis.sh script