travis: comment dependency packages in full example

This commit is contained in:
Ralph Lange
2019-10-22 14:41:58 +02:00
parent fe7647545d
commit 7c7f16181c

View File

@@ -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: