Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
ebd1ea03
Commit
ebd1ea03
authored
Jan 18, 2019
by
Mario Trangoni
Committed by
Mike Gabriel
Mar 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.travis.yml: move from Ubuntu Trusty to Xenial.
parent
176f9b47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
.travis.yml
.travis.yml
+14
-6
No files found.
.travis.yml
View file @
ebd1ea03
# Use new
trusty
images, should yield newer compilers and packages
# Use new
xenial
images, should yield newer compilers and packages
sudo
:
true
dist
:
trusty
dist
:
xenial
language
:
cpp
matrix
:
...
...
@@ -9,16 +9,18 @@ matrix:
addons
:
apt
:
sources
:
-
sourceline
:
'
deb
http://archive.ubuntu.com/ubuntu
trusty-backports
main
restricted
universe
multiverse'
-
sourceline
:
'
deb
http://archive.ubuntu.com/ubuntu
main
restricted
universe
multiverse'
-
ubuntu-toolchain-r-test
packages
:
-
cppcheck
/trusty-backports
-
cppcheck
# imake
-
xutils-dev
# X11 libaries
-
libxcomposite-dev
-
libxdamage-dev
-
libxfont-dev
-
libxinerama-dev
-
libxpm-dev
-
libxrandr-dev
-
libxtst-dev
-
x11proto-fonts-dev
...
...
@@ -39,8 +41,10 @@ matrix:
-
xutils-dev
# X11 libaries
-
libxcomposite-dev
-
libxdamage-dev
-
libxfont-dev
-
libxinerama-dev
-
libxpm-dev
-
libxrandr-dev
-
libxtst-dev
-
x11proto-fonts-dev
...
...
@@ -53,15 +57,17 @@ matrix:
addons
:
apt
:
sources
:
-
llvm-toolchain-
trusty
-3.9
-
llvm-toolchain-
xenial
-3.9
packages
:
-
clang-3.9
# imake
-
xutils-dev
# X11 libaries
-
libxcomposite-dev
-
libxdamage-dev
-
libxfont-dev
-
libxinerama-dev
-
libxpm-dev
-
libxrandr-dev
-
libxtst-dev
-
x11proto-fonts-dev
...
...
@@ -74,7 +80,7 @@ matrix:
addons
:
apt
:
sources
:
-
llvm-toolchain-
trusty
-6.0
-
llvm-toolchain-
xenial
-6.0
-
ubuntu-toolchain-r-test
packages
:
-
clang-6.0
...
...
@@ -83,8 +89,10 @@ matrix:
-
xutils-dev
# X11 libaries
-
libxcomposite-dev
-
libxdamage-dev
-
libxfont-dev
-
libxinerama-dev
-
libxpm-dev
-
libxrandr-dev
-
libxtst-dev
-
x11proto-fonts-dev
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment