mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
commit
8758457c25
@ -18,7 +18,7 @@ ct-ng_travis_build()
|
|||||||
.config
|
.config
|
||||||
|
|
||||||
# Build the sample
|
# Build the sample
|
||||||
ct-ng build.2 &
|
ct-ng build.8 &
|
||||||
local build_pid=$!
|
local build_pid=$!
|
||||||
|
|
||||||
# Start a runner task to print a "still running" line every 5 minutes
|
# Start a runner task to print a "still running" line every 5 minutes
|
||||||
|
@ -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…
Reference in New Issue
Block a user