travis: update to xenial

This commit is contained in:
Christophe Grenier 2021-03-09 20:53:24 +01:00
parent 762efa63e2
commit 5ea284266b

View file

@ -1,7 +1,21 @@
dist: trusty dist: xenial
sudo: true
addons: addons:
apt:
packages:
- build-essential
- dh-autoreconf
- e2fslibs-dev
- libewf-dev
- libjpeg-dev
- libncurses5-dev
- libncursesw5-dev
- ntfs-3g-dev
- pkg-config
- qtbase5-dev
- qttools5-dev-tools
- uuid-dev
- zlib1g-dev
sonarcloud: sonarcloud:
organization: "cgsecurity-github" organization: "cgsecurity-github"
token: token:
@ -11,10 +25,6 @@ os: linux
language: c language: c
compiler: compiler:
- gcc - gcc
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -y build-essential e2fslibs-dev libewf-dev libncurses5-dev libncursesw5-dev ntfs-3g-dev libjpeg-dev uuid-dev zlib1g-dev qtbase5-dev qttools5-dev-tools pkg-config dh-autoreconf
before_script: before_script:
- autoreconf -i - autoreconf -i
script: script: