Use a VM, not a container

tingping/wmclass
Alexander Larsson 2016-12-13 09:08:59 +01:00 committed by Alexander Larsson
parent 208f562c8e
commit 017313d049
1 changed files with 5 additions and 2 deletions

View File

@ -3,8 +3,8 @@ branches:
- auto
- try
container:
image: fedora:25
host:
distro: fedora/25/cloud
packages:
- gcc
@ -40,6 +40,9 @@ packages:
- /usr/bin/xmlto
- /usr/bin/xsltproc
- redhat-rpm-config
- /usr/bin/update-mime-database
- /usr/bin/update-desktop-database
- /usr/bin/gtk-update-icon-cache
env:
CFLAGS: '-fsanitize=undefined'