travis: update to xenial
This commit is contained in:
parent
762efa63e2
commit
5ea284266b
1 changed files with 16 additions and 6 deletions
22
.travis.yml
22
.travis.yml
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue