travis: comment dependency packages in full example
This commit is contained in:
@@ -16,11 +16,15 @@ env:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
# for all EPICS builds
|
||||||
- libreadline6-dev
|
- libreadline6-dev
|
||||||
- libncurses5-dev
|
- libncurses5-dev
|
||||||
- perl
|
- perl
|
||||||
|
# for clang compiler
|
||||||
- clang
|
- clang
|
||||||
|
# for mingw builds (32bit and 64bit)
|
||||||
- g++-mingw-w64-i686
|
- g++-mingw-w64-i686
|
||||||
|
# for RTEMS cross builds
|
||||||
- qemu-system-x86
|
- qemu-system-x86
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user