mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +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
|
||||
dist: trusty
|
||||
sudo: false
|
||||
|
||||
# 'bash' will define a generic environment without interfering environment
|
||||
@ -26,6 +27,7 @@ addons:
|
||||
- libncurses5-dev
|
||||
- texinfo
|
||||
- help2man
|
||||
- g++
|
||||
|
||||
# Building crosstool-NG core
|
||||
install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user