From 7c7f16181cf25720595aa83fc15c3bdee0d4277f Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 22 Oct 2019 14:41:58 +0200 Subject: [PATCH] travis: comment dependency packages in full example --- travis/.travis.yml.example-full | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/travis/.travis.yml.example-full b/travis/.travis.yml.example-full index 1bb4158..7f7ac45 100644 --- a/travis/.travis.yml.example-full +++ b/travis/.travis.yml.example-full @@ -16,11 +16,15 @@ env: addons: apt: packages: + # for all EPICS builds - libreadline6-dev - libncurses5-dev - perl + # for clang compiler - clang + # for mingw builds (32bit and 64bit) - g++-mingw-w64-i686 + # for RTEMS cross builds - qemu-system-x86 install: