Skip to content

Commit

Permalink
Merge pull request #2 from epics-motor/travis-ioc-build-error
Browse files Browse the repository at this point in the history
Re-add the old dbd file until travis builds the new one
  • Loading branch information
kmpeters authored Aug 5, 2020
2 parents 60ee433 + d2648c0 commit e457bb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iocs/acsMotionIOC/acsMotionApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ include $(TOP)/configure/CONFIG
# Build the IOC application

PROD_IOC = acsMotion

# Include the old dbd file that travis appears to have cached until it builds the new one
DBD += acsMotion.dbd
acsMotion_DBD += base.dbd

# acsMotionIOC.dbd will be created and installed
DBD += acsMotionIOC.dbd

Expand Down

0 comments on commit e457bb0

Please sign in to comment.