From 7467f536276bce9ff3c6b822a015a5c4ea098b9b Mon Sep 17 00:00:00 2001 From: kpetersn Date: Tue, 27 Aug 2019 10:17:36 -0500 Subject: [PATCH] Copy EXAMPLE_CONFIG_SITE.local to CONFIG_SITE.local to include example IOCs in travis builds --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e74a531c..166dcf85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,6 @@ env: - BASE=7.0 STATIC=shared CMPLR=clang WINE=32 SEQ=2.2.4 ASYN=R4-35 IPAC= - BASE=7.0 STATIC=static WINE=32 SEQ=2.2.6 ASYN=R4-35 IPAC= install: ./.ci/travis-prepare.sh +before_script: + - cp ./configure/EXAMPLE_CONFIG_SITE.local ./configure/CONFIG_SITE.local script: make