mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 11:20:14 +00:00
.travis.yml: include support for C++
This is required for building the latest gdb. Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
8e1cfbdad1
commit
4c26ef6877
@ -1,4 +1,5 @@
|
|||||||
# Using container-based infrastructure
|
# Using container-based infrastructure
|
||||||
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
# 'bash' will define a generic environment without interfering environment
|
# 'bash' will define a generic environment without interfering environment
|
||||||
@ -26,6 +27,7 @@ addons:
|
|||||||
- libncurses5-dev
|
- libncurses5-dev
|
||||||
- texinfo
|
- texinfo
|
||||||
- help2man
|
- help2man
|
||||||
|
- g++
|
||||||
|
|
||||||
# Building crosstool-NG core
|
# Building crosstool-NG core
|
||||||
install:
|
install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user