Skip to content

Commit

Permalink
travis: post-prepare.sh: Add MOTOR=motor in configure/RELEASE.local
Browse files Browse the repository at this point in the history
  • Loading branch information
tboegi committed Mar 20, 2020
1 parent 1d44a62 commit 6d93163
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .ci-local/travis/post-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ pwd

# Copy the RELEASE.local from the cache directory
# to motor's configure directory. Remove SUPPORT
grep -v "^SUPPORT=" ${CACHEDIR}/RELEASE.local >./configure/RELEASE.local
grep -v "^SUPPORT=" ${CACHEDIR}/RELEASE.local >./configure/RELEASE.local
echo "MOTOR=$PWD" >>./configure/RELEASE.local

echo -e "${ANSI_BLUE}Contents of ${CACHEDIR}/RELEASE.local${ANSI_RESET}"
cat ${CACHEDIR}/RELEASE.local
Expand All @@ -23,6 +24,9 @@ echo -e "${ANSI_BLUE}Contents of ./configure/RELEASE.local${ANSI_RESET}"
cat ./configure/RELEASE.local

# Generate a new configure/RELEASE
echo "-include \$(TOP)/../RELEASE.local" >configure/RELEASE
echo "-include \$(TOP)/../RELEASE.local" >configure/RELEASE
echo "-include \$(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local" >>configure/RELEASE
echo "-include \$(TOP)/configure/RELEASE.local" >>configure/RELEASE

echo -e "${ANSI_BLUE}Contents of configure/RELEASE${ANSI_RESET}"
cat ./configure/RELEASE

0 comments on commit 6d93163

Please sign in to comment.